feat: responsibility to user

pull/1/head
Saeid 4 years ago
parent baa0b37b22
commit 59a910d326

@ -16,6 +16,7 @@ class UpdateTableUsers extends Migration
Schema::table('users', function (Blueprint $table) { Schema::table('users', function (Blueprint $table) {
$table->string('file_code')->nullable(); $table->string('file_code')->nullable();
$table->enum('user_type', ['natural','juridical'])->default('natural'); $table->enum('user_type', ['natural','juridical'])->default('natural');
$table->string('responsibility')->default('client');
$table->string('father_name')->nullable(); $table->string('father_name')->nullable();
$table->string('website')->nullable(); $table->string('website')->nullable();
$table->text('description')->nullable(); $table->text('description')->nullable();

Loading…
Cancel
Save