diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-09-12 18:19:16 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-09-12 18:19:16 +0000 |
commit | 7240c009185f25fde04ef338b3a2fc0bcd412dfc (patch) | |
tree | 625876063f6beb1efd3677b337379c439a796a77 /Source/SPTableStructure.h | |
parent | d750c1a18930b0ad1a405760d8df503368ec9502 (diff) | |
download | sequelpro-7240c009185f25fde04ef338b3a2fc0bcd412dfc.tar.gz sequelpro-7240c009185f25fde04ef338b3a2fc0bcd412dfc.tar.bz2 sequelpro-7240c009185f25fde04ef338b3a2fc0bcd412dfc.zip |
• added to Structure source table's context menu item: "Show optimized field type" which will come up with a suggested field type calculated by PROCEDURE ANALYSE(0,8192)
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r-- | Source/SPTableStructure.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h index 6af0a3b3..8a1fa32a 100644 --- a/Source/SPTableStructure.h +++ b/Source/SPTableStructure.h @@ -84,6 +84,7 @@ - (IBAction)copyField:(id)sender; - (IBAction)removeField:(id)sender; - (IBAction)resetAutoIncrement:(id)sender; +- (IBAction)showOptimizedFieldType:(id)sender; // Index sheet methods - (IBAction)closeSheet:(id)sender; |