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
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ Currently the following is supported:
22
22
- Not Null constraint
23
23
- Auto increment (An int PrimaryKey will automatically be incremented)
24
24
- Index (Decorate columns with the `Index` attribute. Indices are automatically created for foreign keys by default. To prevent this you can remove the convetion `ForeignKeyIndexConvention`)
25
-
- Unique constraint (Decorate columsn with the `UniqueAttribute` which is part of this library)
25
+
- Unique constraint (Decorate columns with the `UniqueAttribute`, which is part of this library)
26
+
- Collate constraint (Decorate columns with the `CollateAttribute`, which is part of this library)
26
27
27
28
I tried to write the code in a extensible way.
28
29
The logic is divided into two main parts, Builder and Statement.
0 commit comments