mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +00:00
73 - Making Static Data Real
This commit is contained in:
@@ -18,6 +18,7 @@ class CreateOrdersTable extends Migration
|
||||
$table->string('confirmation_number');
|
||||
$table->integer('amount');
|
||||
$table->string('email');
|
||||
$table->string('card_last_four');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
@@ -18,6 +18,7 @@ class CreateTicketsTable extends Migration
|
||||
$table->unsignedInteger('concert_id');
|
||||
$table->unsignedInteger('order_id')->nullable();
|
||||
$table->datetime('reserved_at')->nullable();
|
||||
$table->string('code');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user