mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-01-31 10:53:36 +00:00
159 lines
3.7 KiB
JSON
159 lines
3.7 KiB
JSON
|
{
|
||
|
"id": "7a6c6c4b-2c0a-424e-bf1a-142ab30f959d",
|
||
|
"prevId": "00000000-0000-0000-0000-000000000000",
|
||
|
"version": "7",
|
||
|
"dialect": "postgresql",
|
||
|
"tables": {
|
||
|
"public.updates": {
|
||
|
"name": "updates",
|
||
|
"schema": "",
|
||
|
"columns": {
|
||
|
"id": {
|
||
|
"name": "id",
|
||
|
"type": "integer",
|
||
|
"primaryKey": true,
|
||
|
"notNull": true,
|
||
|
"identity": {
|
||
|
"type": "always",
|
||
|
"name": "updates_id_seq",
|
||
|
"schema": "public",
|
||
|
"increment": "1",
|
||
|
"startWith": "1",
|
||
|
"minValue": "1",
|
||
|
"maxValue": "2147483647",
|
||
|
"cache": "1",
|
||
|
"cycle": false
|
||
|
}
|
||
|
},
|
||
|
"user": {
|
||
|
"name": "user",
|
||
|
"type": "integer",
|
||
|
"primaryKey": false,
|
||
|
"notNull": true
|
||
|
},
|
||
|
"mood": {
|
||
|
"name": "mood",
|
||
|
"type": "integer",
|
||
|
"primaryKey": false,
|
||
|
"notNull": false,
|
||
|
"default": 0
|
||
|
},
|
||
|
"description": {
|
||
|
"name": "description",
|
||
|
"type": "varchar(2048)",
|
||
|
"primaryKey": false,
|
||
|
"notNull": false
|
||
|
}
|
||
|
},
|
||
|
"indexes": {},
|
||
|
"foreignKeys": {
|
||
|
"updates_user_users_id_fk": {
|
||
|
"name": "updates_user_users_id_fk",
|
||
|
"tableFrom": "updates",
|
||
|
"tableTo": "users",
|
||
|
"columnsFrom": [
|
||
|
"user"
|
||
|
],
|
||
|
"columnsTo": [
|
||
|
"id"
|
||
|
],
|
||
|
"onDelete": "cascade",
|
||
|
"onUpdate": "no action"
|
||
|
}
|
||
|
},
|
||
|
"compositePrimaryKeys": {},
|
||
|
"uniqueConstraints": {},
|
||
|
"policies": {},
|
||
|
"checkConstraints": {},
|
||
|
"isRLSEnabled": false
|
||
|
},
|
||
|
"public.users": {
|
||
|
"name": "users",
|
||
|
"schema": "",
|
||
|
"columns": {
|
||
|
"id": {
|
||
|
"name": "id",
|
||
|
"type": "integer",
|
||
|
"primaryKey": true,
|
||
|
"notNull": true,
|
||
|
"identity": {
|
||
|
"type": "always",
|
||
|
"name": "users_id_seq",
|
||
|
"schema": "public",
|
||
|
"increment": "1",
|
||
|
"startWith": "1",
|
||
|
"minValue": "1",
|
||
|
"maxValue": "2147483647",
|
||
|
"cache": "1",
|
||
|
"cycle": false
|
||
|
}
|
||
|
},
|
||
|
"name": {
|
||
|
"name": "name",
|
||
|
"type": "varchar(26)",
|
||
|
"primaryKey": false,
|
||
|
"notNull": true
|
||
|
},
|
||
|
"pass": {
|
||
|
"name": "pass",
|
||
|
"type": "varchar(255)",
|
||
|
"primaryKey": false,
|
||
|
"notNull": true
|
||
|
},
|
||
|
"registered": {
|
||
|
"name": "registered",
|
||
|
"type": "timestamp",
|
||
|
"primaryKey": false,
|
||
|
"notNull": true
|
||
|
},
|
||
|
"bio": {
|
||
|
"name": "bio",
|
||
|
"type": "varchar(2048)",
|
||
|
"primaryKey": false,
|
||
|
"notNull": false,
|
||
|
"default": "''"
|
||
|
},
|
||
|
"moderator": {
|
||
|
"name": "moderator",
|
||
|
"type": "boolean",
|
||
|
"primaryKey": false,
|
||
|
"notNull": false,
|
||
|
"default": false
|
||
|
},
|
||
|
"banned": {
|
||
|
"name": "banned",
|
||
|
"type": "boolean",
|
||
|
"primaryKey": false,
|
||
|
"notNull": false,
|
||
|
"default": false
|
||
|
}
|
||
|
},
|
||
|
"indexes": {},
|
||
|
"foreignKeys": {},
|
||
|
"compositePrimaryKeys": {},
|
||
|
"uniqueConstraints": {
|
||
|
"users_name_unique": {
|
||
|
"name": "users_name_unique",
|
||
|
"nullsNotDistinct": false,
|
||
|
"columns": [
|
||
|
"name"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"policies": {},
|
||
|
"checkConstraints": {},
|
||
|
"isRLSEnabled": false
|
||
|
}
|
||
|
},
|
||
|
"enums": {},
|
||
|
"schemas": {},
|
||
|
"sequences": {},
|
||
|
"roles": {},
|
||
|
"policies": {},
|
||
|
"views": {},
|
||
|
"_meta": {
|
||
|
"columns": {},
|
||
|
"schemas": {},
|
||
|
"tables": {}
|
||
|
}
|
||
|
}
|