更新
This commit is contained in:
@@ -64,6 +64,7 @@ return new class extends Migration
|
||||
$table->string('name')->comment('字典名称');
|
||||
$table->string('code')->unique()->comment('字典编码');
|
||||
$table->text('description')->nullable()->comment('字典描述');
|
||||
$table->string('value_type')->default('string')->comment('值类型:string, number, boolean, json');
|
||||
$table->boolean('status')->default(true)->comment('状态');
|
||||
$table->integer('sort')->default(0)->comment('排序');
|
||||
$table->timestamps();
|
||||
|
||||
Reference in New Issue
Block a user