Skip to content

Commit 4aa046d

Browse files
committed
Test for ColumnConstraintCollection.
1 parent 31f9d3f commit 4aa046d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLite.CodeFirst/Statement/ColumnStatement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal class ColumnStatement : IStatement
99

1010
public string ColumnName { get; set; }
1111
public string TypeName { get; set; }
12-
public ColumnConstraintCollection ColumnConstraints { get; set; }
12+
public IColumnConstraintCollection ColumnConstraints { get; set; }
1313

1414
public string CreateStatement()
1515
{

0 commit comments

Comments
 (0)