finish basic crud api
This commit is contained in:
@@ -19,6 +19,7 @@ class CreateEventsTable extends Migration
|
||||
$table->unsignedBigInteger('category_id');
|
||||
$table->string('name');
|
||||
$table->text('description')->nullable();
|
||||
$table->boolean('private')->default(true);
|
||||
$table->timestamp('start_date');
|
||||
$table->timestamp('end_date')->nullable();
|
||||
$table->string('location')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user