mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +00:00
5.3 - Preparing for Extraction
This commit is contained in:
@@ -15,7 +15,6 @@ 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