Skip to content

Commit 662a6ed

Browse files
committed
Updated README.
1 parent 5279fd9 commit 662a6ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The following features are supported:
2525
- 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`)
2626
- Unique constraint (Decorate columns with the `UniqueAttribute`, which is part of this library)
2727
- 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)
2829

2930
## Install
3031
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

Comments
 (0)