You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ A type level annotation with `lang/ddl` namespace will cause ddl to be emitted f
28
28
-`@lang/ddl type <THE TYPE>.<PARAMETER>` - Overrites the column's datatype with specified value with a parameter. e.g. `@lang/ddl type varchar.50`
29
29
-`@lang/ddl fk <OTHER TYPE>.<FIELD>` - Adds a foreign key constraint
30
30
-`@lang/ddl AUTO_INCREMENT true` - Indicates that column should be auto incremented
31
-
-`@lang/ddl supress _` - Indicates that a column should not be emitted for this field. Useful when e.g. you want to expose a field that is not sourced as a column of a table.
31
+
-`@lang/ddl suppress _` - Indicates that a column should not be emitted for this field. Useful when e.g. you want to expose a field that is not sourced as a column of a table.
32
32
-`@doc "<the comment>"` - renders a comment for the corresponding column
0 commit comments