prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f5638722a6 - Show all commits

View File

@ -10,7 +10,7 @@ return new class extends Migration
{ {
Schema::create('directions', function (Blueprint $table) { Schema::create('directions', function (Blueprint $table) {
$table->id(); $table->id();
$table->string('name', 255)->unique(); $table->string('name', 255);
$table->string('full_name', 255); $table->string('full_name', 255);
$table->text('description')->nullable(); $table->text('description')->nullable();
$table->string('code', 255); $table->string('code', 255);