{ "data": { "name": "<string>", "schema": { "columns": [ { "name": "<string>", "type": "<string>", "constraints": [ "<string>" ] } ] }, "numRows": 123 } }
Enter your API key here
Name of the table to create
Schema definition for the table
Show child attributes
Column name
Column data type
Column constraints
Initial data to insert into the table
Table created successfully
Name of the created table
Schema of the created table
Number of rows inserted
Was this page helpful?