Building Python applications with Postgres and FastAPI
{
"objects": {
"animal_facts": {
"properties": {
"animal_name": {
"type": "string",
"sourceType": [
"VarChar",
255
]
},
"created_at": {
"type": "string",
"format": "date-time",
"sourceType": [
"Timestamptz",
6
],
"default": {
"function": "now"
},
"nullable": true
},
"fact": {
"type": "string"
},
"id": {
"type": "integer",
"default": {
"function": "autoincrement"
},
"identifier": true
}
}
}
}
}





PreviousHow to download and use the Postman Collection for your ProjectNextCI Integration using Neurelo CLI
Last updated