mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
139 - Faking Uploads and File Systems
This commit is contained in:
@@ -27,6 +27,7 @@ class CreateConcertsTable extends Migration
|
||||
$table->string('zip');
|
||||
$table->integer('ticket_price');
|
||||
$table->integer('ticket_quantity');
|
||||
$table->string('poster_image_path');
|
||||
$table->datetime('published_at')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user