mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +00:00
83 - Promoting Charges to Objects
This commit is contained in:
@@ -15,7 +15,7 @@ class CreateOrdersTable extends Migration
|
||||
{
|
||||
Schema::create('orders', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->string('confirmation_number')->nullable();
|
||||
$table->string('confirmation_number');
|
||||
$table->integer('amount');
|
||||
$table->string('email');
|
||||
$table->string('card_last_four')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user