change table struct
This commit is contained in:
@@ -16,6 +16,8 @@ return new class extends Migration
|
||||
Schema::table('forms', function (Blueprint $table) {
|
||||
$table->string('name_ru')->after('name')->nullable();
|
||||
$table->string('name_est')->after('name_ru')->nullable();
|
||||
$table->string('description_ru')->after('description')->nullable();
|
||||
$table->string('description_est')->after('description_ru')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user