fix modal, logout & start todo front
This commit is contained in:
@@ -17,6 +17,7 @@ class CreateToDoListsTable extends Migration
|
||||
$table->id();
|
||||
$table->unsignedBigInteger('user_id');
|
||||
$table->string('name');
|
||||
$table->integer('order')->default(1);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user