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
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ The following features are supported:
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
27
- Collate constraint (Decorate columns with the `CollateAttribute`, which is part of this library)
28
+
- SQL default value (Decorate columns with the `SqlDefaultValueAttribute`, which is part of this library)
28
29
29
30
## Install
30
31
Either get the assembly from the latest [GitHub Release Page](https://github.com/msallin/SQLiteCodeFirst/releases) or install the NuGet-Package [SQLite.CodeFirst](https://www.nuget.org/packages/SQLite.CodeFirst/) (`PM> Install-Package SQLite.CodeFirst`).
0 commit comments