frontend & backend update

This commit is contained in:
carodej
2020-06-19 08:03:29 +02:00
parent 95bc310def
commit a2cab6198e
83 changed files with 4464 additions and 1907 deletions

View File

@@ -17,6 +17,7 @@ class CreateInvoicesTable extends Migration
$table->bigIncrements('id');
$table->text('token');
$table->text('order');
$table->text('provider');
$table->text('user_id');
$table->text('plan_id');
$table->longText('seller');