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