change
This commit is contained in:
@@ -14,6 +14,7 @@ return new class extends Migration
|
||||
|
||||
Schema::create('manage_restaurants', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('short_id')->unique();
|
||||
$table->string('name',255)->nullable();
|
||||
$table->longText('description')->nullable();
|
||||
$table->string('restaurant_id')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user