mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
117 - Storing the Intended Ticket Quantity
This commit is contained in:
@@ -26,6 +26,7 @@ class CreateConcertsTable extends Migration
|
||||
$table->string('state');
|
||||
$table->string('zip');
|
||||
$table->integer('ticket_price');
|
||||
$table->integer('ticket_quantity');
|
||||
$table->datetime('published_at')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user