wip
This commit is contained in:
@@ -22,6 +22,8 @@ return new class extends Migration
|
||||
|
||||
$table->string('billing_username')->nullable();
|
||||
$table->string('billing_password')->nullable();
|
||||
|
||||
$table->jsonb('phone_numbers')->nullable();
|
||||
$table->boolean('active')->default(true);
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user