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
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The following features are supported:
24
24
- Auto increment (An int PrimaryKey will automatically be incremented and you can explicit set the "AUTOINCREMENT" constraint to a PrimaryKey using the Autoincrement-Attribute)
25
25
- Index (Decorate columns with the `Index` attribute. Indices are automatically created for foreign keys by default. To prevent this you can remove the convention `ForeignKeyIndexConvention`)
26
26
- Unique constraint (Decorate columns with the `UniqueAttribute`, which is part of this library)
27
-
- Collate constraint (Decorate columns with the `CollateAttribute`, which is part of this library)
27
+
- Collate constraint (Decorate columns with the `CollateAttribute`, which is part of this library. Use `CollationFunction.Custom` to specify a own collation function.)
28
28
- SQL default value (Decorate columns with the `SqlDefaultValueAttribute`, which is part of this library)
0 commit comments