Pulizia
This commit is contained in:
@@ -18,13 +18,9 @@ class CreateEventsTable extends Migration
|
||||
Schema::create('events', function (Blueprint $table) {
|
||||
|
||||
$table->id();
|
||||
|
||||
$table->string('title');
|
||||
|
||||
$table->date('start');
|
||||
|
||||
$table->date('end');
|
||||
|
||||
$table->timestamps();
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user