Typical use
Input
CREATE TABLE users (id INT, name VARCHAR(50));
Output
Outputs a table of field names, types, and descriptions.
Generate Markdown field documentation from CREATE TABLE SQL.
Use this page to generate field documentation from CREATE TABLE SQL. It focuses on a CREATE TABLE statement and produces Markdown table documentation.
CREATE TABLE users (id INT, name VARCHAR(50));
Outputs a table of field names, types, and descriptions.
The input is mainly processed in your browser, and the page only uses browser capabilities needed to generate the result.