Changes between Initial Version and Version 1 of Ticket #20634, comment 1
- Timestamp:
- 05/08/2012 04:13:53 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20634, comment 1
initial v1 1 1 Also annoying is the fact that in our schema, we have to put 2 spaces in between PRIMARY KEY and the (: 2 3 {{{ 2 4 PRIMARY KEY ( 3 5 VS 4 6 PRIMARY KEY ( 5 7 8 }}} 9 6 10 This one is more problematic, since the core schema is using the 2 space rule, which would be easy enough to fix with a search and replace, but the patch I have for it would also break every plugin out there that uses the 2 space rule.