add event_photo_path attribut to create_events_table migration
This commit is contained in:
@@ -15,6 +15,7 @@ return new class extends Migration
|
|||||||
$table->id();
|
$table->id();
|
||||||
$table->string('name');
|
$table->string('name');
|
||||||
$table->string('description');
|
$table->string('description');
|
||||||
|
$table->string('event_photo_path', 2048)->nullable();
|
||||||
$table->dateTime('start')->nullable();
|
$table->dateTime('start')->nullable();
|
||||||
$table->dateTime('end')->nullable();
|
$table->dateTime('end')->nullable();
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
|
|||||||
Reference in New Issue
Block a user