mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
Added timestamps to OS table
Added timestamps to OS table
This commit is contained in:
parent
1000148e86
commit
61c8fd4e26
@ -16,6 +16,7 @@ class CreateOsTable extends Migration
|
||||
Schema::create('os', function (Blueprint $table) {
|
||||
$table->id()->autoIncrement();
|
||||
$table->string('name')->unique();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user