Some work on customers view #3
This commit is contained in:
@@ -16,6 +16,7 @@ public function up()
|
||||
$table->string('tax_id', 50)->nullable();
|
||||
$table->string('global_id', 50)->nullable();
|
||||
$table->string('legal_registration_id', 50)->nullable();
|
||||
$table->string('url', 100)->nullable();
|
||||
$table->string('email', 100)->nullable();
|
||||
$table->string('phone', 20)->nullable();
|
||||
$table->json('billing_address')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user