Expand description
Implementation of SHOW CREATE TABLE
statement.
Functionsยง
- column_
option_ ๐def - create_
column ๐ - create_
sql_ ๐options - Generates CREATE TABLE options from given table metadata and schema-level options.
- create_
table_ ๐constraints - create_
table_ stmt - Create a CreateTable statement from table info.
- primary_
key_ ๐columns_ for_ show_ create - Returns the primary key columns for
SHOW CREATE TABLE
statement.