API work
This commit is contained in:
parent
32595ab5a1
commit
13fb2cfe98
70 changed files with 3614 additions and 401 deletions
|
|
@ -43,6 +43,8 @@ class CreateShoppingOrdersTable extends Migration
|
|||
|
||||
$table->boolean('paid')->default(false);
|
||||
$table->string('wp_invoice_path', 255)->nullable();
|
||||
$table->text('wp_notice')->nullable();
|
||||
|
||||
$table->string('txaction', 20)->nullable()->index();
|
||||
|
||||
$table->unsignedTinyInteger('shipped')->default(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue