mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +00:00
1.6 - Hiding Unpublished Concerts
This commit is contained in:
@@ -25,6 +25,7 @@ class CreateConcertsTable extends Migration
|
||||
$table->string('state');
|
||||
$table->string('zip');
|
||||
$table->text('additional_information');
|
||||
$table->datetime('published_at')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user