(fix) fixed SQL type for autocreation

pull/229/merge
Ludovic Marcotte 2018-06-29 13:17:15 -04:00
parent 50ccf58ba4
commit 1039f13f55
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
},
{
columnName = c_hascertificate;
sqlType = "INT";
sqlType = "INT4";
allowsNull = YES;
},
);