first work on to do orders
This commit is contained in:
@@ -17,7 +17,7 @@ class CreateToDosTable extends Migration
|
||||
$table->id();
|
||||
$table->unsignedBigInteger('to_do_list_id');
|
||||
$table->string('name');
|
||||
$table->integer('order')->default(0);
|
||||
$table->integer('order')->default(1);
|
||||
$table->timestamp('checked_at')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user