You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-17 23:48:13 +02:00
34 lines
664 B
Plaintext
Vendored
34 lines
664 B
Plaintext
Vendored
{
|
|
"data": [
|
|
{
|
|
"character_maximum_length": null,
|
|
"column_default": null,
|
|
"column_name": "smallint_field",
|
|
"data_type": "smallint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"character_maximum_length": null,
|
|
"column_default": null,
|
|
"column_name": "bigint_field",
|
|
"data_type": "bigint",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"character_maximum_length": null,
|
|
"column_default": null,
|
|
"column_name": "uuid_field",
|
|
"data_type": "uuid",
|
|
"is_nullable": "YES"
|
|
},
|
|
{
|
|
"character_maximum_length": null,
|
|
"column_default": null,
|
|
"column_name": "custom_field",
|
|
"data_type": "text",
|
|
"is_nullable": "YES"
|
|
}
|
|
],
|
|
"result": true
|
|
}
|