Creation and editing of events
This commit is contained in:
@@ -18,7 +18,8 @@ return new class extends Migration
|
||||
});
|
||||
|
||||
Schema::create('eating_habits', function (Blueprint $table) {
|
||||
$table->string('slug')->unique()->primary();
|
||||
$table->id();
|
||||
$table->string('slug')->unique();
|
||||
$table->string('name');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user