5b255e23 by lihua

按文件建表是否主键默认值N

1 parent a015e8f3
......@@ -124,6 +124,7 @@ const getSubjectField = () => {
field.fieldChName = field.chName;
field.fieldName = field.enName;
field.isEdit = true;
field.isPrimary = 'N';
!field.notNull && (field.notNull = 'N');
return field;
}) || [];
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!