Drizzle Schema
Paste your Drizzle table code here
Generated SQL
Raw SQL CREATE TABLE statements
Click "Generate SQL" to see the output
Supported Syntax:
Handles `pgTable`, `mysqlTable`, and `sqliteTable`. Supports basic column types and chain methods like `.primaryKey()`, `.notNull()`, `.unique()`, and `.default()`.