Fixes to address MaxSem's comment on r106480 regarding DB2 tables.sql syntax, indentation, and capitalization:
* Made all table and column names lowercase for consistency * Removed " from around some "identifiers". Not necessary for DB2. * Applied consistent indentation to all table declarations * Applied consistent indentation to all index declarations * Moved all PRIMARY KEY clauses to their own line for consistency and max line length * Moved all ON clauses to their own line for consistency and max line length * Fixed vertical alignment for column names and data types, remove all other vertical alignment * Removed commented out references to SEQUENCE values, as they are used in neither DB2 nor MySQL schemas. * Consistent spacing around parens () and commas , * Capitalized all data types. * Note: tables.sql is approaching DB2's 32k limit. It will need to be split into two files soon.
This commit is contained in:
parent
dca66e1c48
commit
d29ef47c76
1 changed files with 569 additions and 455 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue