mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-15 09:53:26 +00:00
6.8 - Reserving Individual Tickets
This commit is contained in:
@@ -17,6 +17,7 @@ class CreateTicketsTable extends Migration
|
||||
$table->increments('id');
|
||||
$table->unsignedInteger('concert_id');
|
||||
$table->unsignedInteger('order_id')->nullable();
|
||||
$table->datetime('reserved_at')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user