diff options
Diffstat (limited to 'src/test/Example.Extension/ExampleTableDefinitions.cs')
| -rw-r--r-- | src/test/Example.Extension/ExampleTableDefinitions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/Example.Extension/ExampleTableDefinitions.cs b/src/test/Example.Extension/ExampleTableDefinitions.cs index f204e5b6..4901cc09 100644 --- a/src/test/Example.Extension/ExampleTableDefinitions.cs +++ b/src/test/Example.Extension/ExampleTableDefinitions.cs | |||
| @@ -14,6 +14,7 @@ namespace Example.Extension | |||
| 14 | new ColumnDefinition("Example", ColumnType.String, 72, true, false, ColumnCategory.Identifier), | 14 | new ColumnDefinition("Example", ColumnType.String, 72, true, false, ColumnCategory.Identifier), |
| 15 | new ColumnDefinition("Value", ColumnType.String, 0, false, false, ColumnCategory.Formatted), | 15 | new ColumnDefinition("Value", ColumnType.String, 0, false, false, ColumnCategory.Formatted), |
| 16 | }, | 16 | }, |
| 17 | strongRowType: typeof(ExampleRow), | ||
| 17 | tupleIdIsPrimaryKey: true | 18 | tupleIdIsPrimaryKey: true |
| 18 | ); | 19 | ); |
| 19 | 20 | ||
