update v1.0.5.3

This commit is contained in:
sujitprasad
2016-02-01 17:20:45 +05:30
parent 38c814c543
commit d25f7d63ed
212 changed files with 60 additions and 27221 deletions

View File

@@ -26,7 +26,7 @@ class CreateUsersTable extends Migration {
$table->string('ext');
$table->string('phone_number');
$table->string('mobile');
$table->string('agent_sign');
$table->text('agent_sign');
$table->string('account_type');
$table->string('account_status');
$table->integer('assign_group')->unsigned()->nullable()->index('assign_group_3');