diff --git a/src/components/EditorCanvas/Table.jsx b/src/components/EditorCanvas/Table.jsx
index 6ada7fa..23ece2d 100644
--- a/src/components/EditorCanvas/Table.jsx
+++ b/src/components/EditorCanvas/Table.jsx
@@ -412,8 +412,8 @@ export default function Table(props) {
? "(" + fieldData.size + ")"
: "")}
- {(fieldData.notNull && NOT NULL)}
- {(!fieldData.notnull && NULL)}
+ {!fieldData.notNull && NULL}
+ {fieldData.notNull && NOT NULL}
>
) : (
<>