NOTE: By default the tables are created with the ENGINE=InnoDB suffix (see {@link #DEFAULT_CREATE_TABLE_SUFFIX}. Use {@link #setCreateTableSuffix} to change that to "" to use the defaultMyISAM storage engine, to choose another engine, or set other settings. For more information about engines, see the 'SHOW ENGINES;' results from the MySQL command line tool.
@author graywatson
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|