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.
2 parents e69494b + 278a9cf commit c7a5ad6Copy full SHA for c7a5ad6
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]) {
@@ -1580,4 +1576,4 @@ + (LKDBHelper*)getUsingLKDBHelper
1580
1576
1581
1577
@implementation LKDBWeakObject
1582
1578
1583
-@end
1579
+@end
0 commit comments