This commit is contained in:
2020-06-29 14:50:08 +02:00
13 changed files with 52 additions and 103 deletions
@@ -17,6 +17,7 @@ class CreateEvents extends Migration
$table->id();
$table->string("name");
$table->string("description");
$table->dateTime("date");
$table->timestamps();
});
}