refactor(baInput):修改富文本字段的数据表设计默认值

This commit is contained in:
妙码生花 2024-08-19 23:11:08 +08:00
parent 24823fbfba
commit d98c4ecbc7

View File

@ -139,7 +139,7 @@ export const fieldData: FieldData = {
type: 'text',
length: 0,
precision: 0,
defaultType: 'EMPTY STRING',
defaultType: 'NULL',
...npuaFalse(),
null: true,
},