aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableFieldValidation.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-06-19 13:38:43 +0000
committerstuconnolly <stuart02@gmail.com>2011-06-19 13:38:43 +0000
commitf5292a63a71f365e5863e3ed977b955736daabea (patch)
tree3780e59f5b8d8d1888a2fc61b5f01435534caee6 /Source/SPTableFieldValidation.m
parentd2b26455c859064af12022459652a804d2be1750 (diff)
downloadsequelpro-f5292a63a71f365e5863e3ed977b955736daabea.tar.gz
sequelpro-f5292a63a71f365e5863e3ed977b955736daabea.tar.bz2
sequelpro-f5292a63a71f365e5863e3ed977b955736daabea.zip
With the exception of CSV tables, make the initial ID column the primary key as well as auto increment. Implementes issue #297.
Diffstat (limited to 'Source/SPTableFieldValidation.m')
-rw-r--r--Source/SPTableFieldValidation.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableFieldValidation.m b/Source/SPTableFieldValidation.m
index ceee9b3b..0811aa33 100644
--- a/Source/SPTableFieldValidation.m
+++ b/Source/SPTableFieldValidation.m
@@ -25,7 +25,7 @@
#import "SPTableFieldValidation.h"
-@interface SPTableFieldValidation (PrivateAPI)
+@interface SPTableFieldValidation ()
- (NSString *)_formatType:(NSString *)type;