seeder-migration-issues

This commit is contained in:
RafficMohammed
2023-01-30 14:23:34 +05:30
parent 4d918c722f
commit 2ec836b447
3628 changed files with 116006 additions and 187 deletions

View File

@@ -23,10 +23,10 @@ return new class() extends Migration {
$table->integer('active');
$table->boolean('is_delete')->default(0);
$table->string('ext');
$table->integer('country_code');
$table->integer('country_code')->nullable();
$table->string('phone_number');
$table->string('mobile')->nullable()->unique();
$table->text('agent_sign', 65535);
$table->text('agent_sign')->nullable();
$table->string('account_type');
$table->string('account_status');
$table->integer('assign_group')->unsigned()->nullable()->index('assign_group_3');