MySQL "Create table" to ADODB XML Schema (AXMLS) converter
Paste your CREATE TABLE statement in the following text area. Please note that CREATE TABLE statement must be exactly as outputed by MYSQL after SHOW CREATE TABLE, i.e. multiline; table and columns names surrounded by `, etc.
This converter is able to parse most of the common syntaxes of CREATE TABLE statement such as:
All types
default values for columns
NOT NULL
PRIMARY KEY
unique and simple keys/indexes
MySQL specific statements (table level) as TYPE=InnoDB