Merge remote-tracking branch 'origin/master'
This commit is contained in:
+1
@@ -17,6 +17,7 @@ class CreateEvents extends Migration
|
||||
$table->id();
|
||||
$table->string("name");
|
||||
$table->string("description");
|
||||
$table->dateTime("date");
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user