====== Create Table ====== Creates a new database table. ===== Sample ===== ===== Available Attributes ===== ^ tableName | Name of the table to create **[required]** | ^ schemaName | Name of the table schema | ^ tablespace | "Tablespace" (file group in SQL Server) to create the table in | ===== Available Sub-Tags ===== ^ column | Column(s) to create in the table. The Column tag can contain constraint and foreign key information. See the [[column|column tag documentation]] for more information **[required]** | ===== Database Compatiblity ===== ^ MySQL | Does not support tablespaces.To specify storage engine use [[custom_sql]] tag| ^ PostgreSQL | No Issues | ^ Oracle | No Issues | ^ MS-SQL | No Issues | ^ Sybase | No Issues | ^ DB2 | No Issues | ^ Derby | Does not support tablespaces | ^ HSQL | Does not support tablespaces | ^ H2 | Does not support tablespaces | ^ Caché | Does not support tablespaces | ^ Firebird | No Issues | ^ MaxDB | No Issues | ^ SQLite | No Issues | Automatic Rollback Support: **YES**