Spaces:
Sleeping
Sleeping
| { | |
| "tables": { | |
| "posts": { | |
| "columns": { | |
| "id": { | |
| "type": "uuid", | |
| "primaryKey": true, | |
| "auto": true | |
| }, | |
| "created_at": { | |
| "type": "timestamp", | |
| "auto": true | |
| }, | |
| "updated_at": { | |
| "type": "timestamp", | |
| "auto": true | |
| }, | |
| "title": { | |
| "type": "string" | |
| }, | |
| "body": { | |
| "type": "string" | |
| }, | |
| "author": { | |
| "type": "string" | |
| } | |
| } | |
| } | |
| } | |
| } |