This commit is contained in:
ct
2025-06-13 17:11:59 +08:00
parent 248a717898
commit 61923f4e1f
17 changed files with 515 additions and 41 deletions

View File

@@ -16,6 +16,7 @@ public function up(): void
$table->string('list_type');
$table->enum('area', ['interior', 'exterior']);
$table->string('location_name');
$table->text('prompt')->nullable();
$table->enum('status', ['pending_media', 'completed'])->default('pending_media');
$table->uuid('media_uuid')->nullable();
$table->string('media_url')->nullable();