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 44057bd commit 278a9cfCopy full SHA for 278a9cf
LKDBHelper/Helper/LKDBHelper.m
@@ -625,10 +625,6 @@ - (BOOL)_createTableWithModelClass:(Class)modelClass tableName:(NSString*)tableN
625
626
NSString* columnType = property.sqlColumnType;
627
628
- if ([columnType isEqualToString:LKSQL_Type_Double]) {
629
- columnType = LKSQL_Type_Text;
630
- }
631
-
632
[table_pars appendFormat:@"%@ %@", property.sqlColumnName, columnType];
633
634
if ([property.sqlColumnType isEqualToString:LKSQL_Type_Text]) {
@@ -1554,4 +1550,4 @@ + (LKDBHelper*)getUsingLKDBHelper
1554
1550
1555
1551
@implementation LKDBWeakObject
1556
1552
1557
-@end
1553
+@end
0 commit comments