Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c9df7a1

Browse files
authored
添加表格配置字段相关内容
1 parent 41c2d83 commit c9df7a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎api/database/migrations/2022_08_18_103626_create_table_configs_table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public function up()
2525
$table->string('form_type')->nullable()->comment("表单类型");
2626
$table->string('query_type')->nullable()->comment("查询方式");
2727
$table->string('assoc_table')->nullable()->comment("关联表");
28+
$table->integer('form_order')->nullable()->comment("表单的顺序");
2829
$table->timestamps();
2930
});
3031
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /