(fix) fixed SQL type for autocreation

This commit is contained in:
Ludovic Marcotte
2018-06-29 13:17:15 -04:00
parent 50ccf58ba4
commit 1039f13f55
+1 -1
View File
@@ -106,7 +106,7 @@
},
{
columnName = c_hascertificate;
sqlType = "INT";
sqlType = "INT4";
allowsNull = YES;
},
);