Skip to main content
POST
Create Table

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
tableName
string
required
columns
object[]
required
foreignKeys
object[]

Table-level foreign key constraints

rlsEnabled
boolean
default:false

Enable Row Level Security on the table

Response

Table created

message
string
table_name
string