Update
This commit is contained in:
@@ -34,8 +34,8 @@ public function up(): void
|
||||
|
||||
$table->foreignId('category_id')->nullable();
|
||||
$table->foreignId('user_id')->nullable();
|
||||
$table->foreignId('meme_id')->nullable();
|
||||
$table->foreignId('background_id')->nullable();
|
||||
$table->foreignId('meme_media_id')->nullable();
|
||||
$table->foreignId('background_media_id')->nullable();
|
||||
|
||||
$table->enum('status', ['pending', 'completed'])->default('pending');
|
||||
$table->text('prompt');
|
||||
|
||||
Reference in New Issue
Block a user