mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"id": "8ce816bc-fae3-4a5d-9476-d6ae4698a825",
|
|
"prevId": "b4c5ebc2-f16f-45af-921f-879f23c7e333",
|
|
"version": "7",
|
|
"dialect": "postgresql",
|
|
"tables": {
|
|
"actual.banks": {
|
|
"name": "banks",
|
|
"schema": "actual",
|
|
"columns": {
|
|
"id": {
|
|
"name": "id",
|
|
"type": "varchar(36)",
|
|
"primaryKey": true,
|
|
"notNull": true
|
|
},
|
|
"name": {
|
|
"name": "name",
|
|
"type": "text",
|
|
"primaryKey": false,
|
|
"notNull": false
|
|
},
|
|
"bank_id": {
|
|
"name": "bank_id",
|
|
"type": "text",
|
|
"primaryKey": false,
|
|
"notNull": false
|
|
},
|
|
"tombstone": {
|
|
"name": "tombstone",
|
|
"type": "boolean",
|
|
"primaryKey": false,
|
|
"notNull": false,
|
|
"default": false
|
|
}
|
|
},
|
|
"indexes": {
|
|
"banks_bank_id_index": {
|
|
"name": "banks_bank_id_index",
|
|
"columns": [
|
|
{
|
|
"expression": "bank_id",
|
|
"isExpression": false,
|
|
"asc": true,
|
|
"nulls": "last"
|
|
}
|
|
],
|
|
"isUnique": false,
|
|
"where": "\"actual\".\"banks\".\"tombstone\" IS FALSE",
|
|
"concurrently": false,
|
|
"method": "btree",
|
|
"with": {}
|
|
}
|
|
},
|
|
"foreignKeys": {},
|
|
"compositePrimaryKeys": {},
|
|
"uniqueConstraints": {},
|
|
"policies": {},
|
|
"checkConstraints": {},
|
|
"isRLSEnabled": false
|
|
}
|
|
},
|
|
"enums": {},
|
|
"schemas": {
|
|
"actual": "actual"
|
|
},
|
|
"sequences": {},
|
|
"roles": {},
|
|
"policies": {},
|
|
"views": {},
|
|
"_meta": {
|
|
"columns": {},
|
|
"schemas": {},
|
|
"tables": {}
|
|
}
|
|
} |