We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f9d3f commit 4aa046dCopy full SHA for 4aa046d
SQLite.CodeFirst/Statement/ColumnStatement.cs
@@ -9,7 +9,7 @@ internal class ColumnStatement : IStatement
9
10
public string ColumnName { get; set; }
11
public string TypeName { get; set; }
12
- public ColumnConstraintCollection ColumnConstraints { get; set; }
+ public IColumnConstraintCollection ColumnConstraints { get; set; }
13
14
public string CreateStatement()
15
{
0 commit comments