Skip to main content
POST
Adicionar uma Coluna

Authorizations

Authorization
string
header
required

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

Path Parameters

table_name
string
required

Body

application/json
name
string
required
Example:

"telefone"

type
enum<string>
required
Available options:
TEXT,
INTEGER,
FLOAT,
BOOLEAN,
TIMESTAMP,
JSONB
Example:

"TEXT"

comment
string
Example:

"Número de telefone com código de área."

Response

Coluna adicionada com sucesso.