{ "tableName": "posts", "columns": [ { "name": "id", "type": "uuid", "nullable": false, "unique": true, "default": "gen_random_uuid()", "isPrimaryKey": true, "foreignKey": null }, { "name": "title", "type": "string", "nullable": false, "unique": false, "default": null, "isPrimaryKey": false, "foreignKey": null }, { "name": "userId", "type": "uuid", "nullable": false, "unique": false, "default": null, "isPrimaryKey": false, "foreignKey": { "table": "users", "column": "id", "on_delete": "CASCADE" } } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Table schema
The response is of type object.
object