mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +00:00
5.1 - Persisting the Order Amount
This commit is contained in:
@@ -16,6 +16,7 @@ class CreateOrdersTable extends Migration
|
||||
Schema::create('orders', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->unsignedInteger('concert_id');
|
||||
$table->integer('amount');
|
||||
$table->string('email');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user