Oprava chyb v Logging.php, uprava tabuliek
- oprava tabuliek created_at, CURRENT_TIMESTAMP - pridanie memory_total, load - apcu fix
This commit is contained in:
@@ -15,8 +15,8 @@ class CreateComputersTable extends Migration
|
||||
{
|
||||
Schema::create('computers', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->string('computer');
|
||||
$table->timestamps();
|
||||
$table->string('computer');
|
||||
$table->timestamp('created_at')->default(DB::raw('CURRENT_TIMESTAMP'));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user