{ "id": "425a2ccd-b74a-4e51-8c80-1a6387cc6c5d", "prevId": "efbcf295-4499-4d80-9026-a0d8627b0e35", "version": "5", "dialect": "pg", "tables": { "artists": { "name": "artists", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "name": { "name": "name", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "slug": { "name": "slug", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "external_id": { "name": "external_id", "type": "integer", "primaryKey": false, "notNull": false }, "created_at": { "name": "created_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "artists_to_games": { "name": "artists_to_games", "schema": "", "columns": { "artist_id": { "name": "artist_id", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "game_id": { "name": "game_id", "type": "varchar(255)", "primaryKey": false, "notNull": false } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "categories": { "name": "categories", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "name": { "name": "name", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "slug": { "name": "slug", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "external_id": { "name": "external_id", "type": "integer", "primaryKey": false, "notNull": false }, "created_at": { "name": "created_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "categories_to_games": { "name": "categories_to_games", "schema": "", "columns": { "category_id": { "name": "category_id", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "game_id": { "name": "game_id", "type": "varchar(255)", "primaryKey": false, "notNull": false } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "collection_items": { "name": "collection_items", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "collection_id": { "name": "collection_id", "type": "varchar(255)", "primaryKey": false, "notNull": true }, "game_id": { "name": "game_id", "type": "varchar(255)", "primaryKey": false, "notNull": true }, "created_at": { "name": "created_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": {}, "foreignKeys": { "collection_items_collection_id_collections_id_fk": { "name": "collection_items_collection_id_collections_id_fk", "tableFrom": "collection_items", "tableTo": "collections", "columnsFrom": [ "collection_id" ], "columnsTo": [ "id" ], "onDelete": "cascade", "onUpdate": "no action" }, "collection_items_game_id_games_id_fk": { "name": "collection_items_game_id_games_id_fk", "tableFrom": "collection_items", "tableTo": "games", "columnsFrom": [ "game_id" ], "columnsTo": [ "id" ], "onDelete": "cascade", "onUpdate": "no action" } }, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "collections": { "name": "collections", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "user_id": { "name": "user_id", "type": "varchar(255)", "primaryKey": false, "notNull": true }, "created_at": { "name": "created_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": {}, "foreignKeys": { "collections_user_id_users_id_fk": { "name": "collections_user_id_users_id_fk", "tableFrom": "collections", "tableTo": "users", "columnsFrom": [ "user_id" ], "columnsTo": [ "id" ], "onDelete": "cascade", "onUpdate": "no action" } }, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "designers": { "name": "designers", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "name": { "name": "name", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "slug": { "name": "slug", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "external_id": { "name": "external_id", "type": "integer", "primaryKey": false, "notNull": false }, "created_at": { "name": "created_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "designers_to_games": { "name": "designers_to_games", "schema": "", "columns": { "designer_id": { "name": "designer_id", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "game_id": { "name": "game_id", "type": "varchar(255)", "primaryKey": false, "notNull": false } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "expansions": { "name": "expansions", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "base_game_id": { "name": "base_game_id", "type": "varchar(255)", "primaryKey": false, "notNull": true }, "game_id": { "name": "game_id", "type": "varchar(255)", "primaryKey": false, "notNull": true }, "created_at": { "name": "created_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": {}, "foreignKeys": { "expansions_base_game_id_games_id_fk": { "name": "expansions_base_game_id_games_id_fk", "tableFrom": "expansions", "tableTo": "games", "columnsFrom": [ "base_game_id" ], "columnsTo": [ "id" ], "onDelete": "cascade", "onUpdate": "no action" }, "expansions_game_id_games_id_fk": { "name": "expansions_game_id_games_id_fk", "tableFrom": "expansions", "tableTo": "games", "columnsFrom": [ "game_id" ], "columnsTo": [ "id" ], "onDelete": "cascade", "onUpdate": "no action" } }, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "games": { "name": "games", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "name": { "name": "name", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "slug": { "name": "slug", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "description": { "name": "description", "type": "text", "primaryKey": false, "notNull": false }, "year_published": { "name": "year_published", "type": "integer", "primaryKey": false, "notNull": false }, "min_players": { "name": "min_players", "type": "integer", "primaryKey": false, "notNull": false }, "max_players": { "name": "max_players", "type": "integer", "primaryKey": false, "notNull": false }, "playtime": { "name": "playtime", "type": "integer", "primaryKey": false, "notNull": false }, "min_playtime": { "name": "min_playtime", "type": "integer", "primaryKey": false, "notNull": false }, "max_playtime": { "name": "max_playtime", "type": "integer", "primaryKey": false, "notNull": false }, "min_age": { "name": "min_age", "type": "integer", "primaryKey": false, "notNull": false }, "image_url": { "name": "image_url", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "thumb_url": { "name": "thumb_url", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "url": { "name": "url", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "text_searchable_index": { "name": "text_searchable_index", "type": "tsvector", "primaryKey": false, "notNull": false }, "external_id": { "name": "external_id", "type": "integer", "primaryKey": false, "notNull": false }, "last_sync_at": { "name": "last_sync_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false }, "created_at": { "name": "created_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": { "text_searchable_idx": { "name": "text_searchable_idx", "columns": [ "text_searchable_index" ], "isUnique": false } }, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": { "games_external_id_unique": { "name": "games_external_id_unique", "nullsNotDistinct": false, "columns": [ "external_id" ] } } }, "mechanics": { "name": "mechanics", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "name": { "name": "name", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "slug": { "name": "slug", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "external_id": { "name": "external_id", "type": "integer", "primaryKey": false, "notNull": false }, "created_at": { "name": "created_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "mechanics_to_games": { "name": "mechanics_to_games", "schema": "", "columns": { "mechanic_id": { "name": "mechanic_id", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "game_id": { "name": "game_id", "type": "varchar(255)", "primaryKey": false, "notNull": false } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "publishers": { "name": "publishers", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "name": { "name": "name", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "slug": { "name": "slug", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "external_id": { "name": "external_id", "type": "integer", "primaryKey": false, "notNull": false }, "created_at": { "name": "created_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "publishers_to_games": { "name": "publishers_to_games", "schema": "", "columns": { "publisher_id": { "name": "publisher_id", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "game_id": { "name": "game_id", "type": "varchar(255)", "primaryKey": false, "notNull": false } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "roles": { "name": "roles", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "name": { "name": "name", "type": "varchar(255)", "primaryKey": false, "notNull": false } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": { "roles_name_unique": { "name": "roles_name_unique", "nullsNotDistinct": false, "columns": [ "name" ] } } }, "sessions": { "name": "sessions", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "user_id": { "name": "user_id", "type": "varchar(255)", "primaryKey": false, "notNull": true }, "expires_at": { "name": "expires_at", "type": "timestamp with time zone", "primaryKey": false, "notNull": true }, "ip_country": { "name": "ip_country", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "ip_address": { "name": "ip_address", "type": "varchar(255)", "primaryKey": false, "notNull": false } }, "indexes": {}, "foreignKeys": { "sessions_user_id_users_id_fk": { "name": "sessions_user_id_users_id_fk", "tableFrom": "sessions", "tableTo": "users", "columnsFrom": [ "user_id" ], "columnsTo": [ "id" ], "onDelete": "no action", "onUpdate": "no action" } }, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "user_roles": { "name": "user_roles", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "user_id": { "name": "user_id", "type": "varchar(255)", "primaryKey": false, "notNull": true }, "role_id": { "name": "role_id", "type": "varchar(255)", "primaryKey": false, "notNull": true }, "created_at": { "name": "created_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": {}, "foreignKeys": { "user_roles_user_id_users_id_fk": { "name": "user_roles_user_id_users_id_fk", "tableFrom": "user_roles", "tableTo": "users", "columnsFrom": [ "user_id" ], "columnsTo": [ "id" ], "onDelete": "cascade", "onUpdate": "no action" }, "user_roles_role_id_roles_id_fk": { "name": "user_roles_role_id_roles_id_fk", "tableFrom": "user_roles", "tableTo": "roles", "columnsFrom": [ "role_id" ], "columnsTo": [ "id" ], "onDelete": "cascade", "onUpdate": "no action" } }, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "users": { "name": "users", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "username": { "name": "username", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "hashed_password": { "name": "hashed_password", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "email": { "name": "email", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "first_name": { "name": "first_name", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "last_name": { "name": "last_name", "type": "varchar(255)", "primaryKey": false, "notNull": false }, "verified": { "name": "verified", "type": "boolean", "primaryKey": false, "notNull": false, "default": false }, "receive_email": { "name": "receive_email", "type": "boolean", "primaryKey": false, "notNull": false, "default": false }, "theme": { "name": "theme", "type": "varchar(255)", "primaryKey": false, "notNull": false, "default": "'system'" }, "created_at": { "name": "created_at", "type": "timestamp", "primaryKey": false, "notNull": false, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": {}, "foreignKeys": {}, "compositePrimaryKeys": {}, "uniqueConstraints": { "users_username_unique": { "name": "users_username_unique", "nullsNotDistinct": false, "columns": [ "username" ] }, "users_email_unique": { "name": "users_email_unique", "nullsNotDistinct": false, "columns": [ "email" ] } } }, "wishlist_items": { "name": "wishlist_items", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "wishlist_id": { "name": "wishlist_id", "type": "varchar(255)", "primaryKey": false, "notNull": true }, "game_id": { "name": "game_id", "type": "varchar(255)", "primaryKey": false, "notNull": true }, "created_at": { "name": "created_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": {}, "foreignKeys": { "wishlist_items_wishlist_id_wishlists_id_fk": { "name": "wishlist_items_wishlist_id_wishlists_id_fk", "tableFrom": "wishlist_items", "tableTo": "wishlists", "columnsFrom": [ "wishlist_id" ], "columnsTo": [ "id" ], "onDelete": "cascade", "onUpdate": "no action" }, "wishlist_items_game_id_games_id_fk": { "name": "wishlist_items_game_id_games_id_fk", "tableFrom": "wishlist_items", "tableTo": "games", "columnsFrom": [ "game_id" ], "columnsTo": [ "id" ], "onDelete": "cascade", "onUpdate": "no action" } }, "compositePrimaryKeys": {}, "uniqueConstraints": {} }, "wishlists": { "name": "wishlists", "schema": "", "columns": { "id": { "name": "id", "type": "varchar(255)", "primaryKey": true, "notNull": true }, "user_id": { "name": "user_id", "type": "varchar(255)", "primaryKey": false, "notNull": true }, "created_at": { "name": "created_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" }, "updated_at": { "name": "updated_at", "type": "timestamp (6) with time zone", "primaryKey": false, "notNull": false, "default": "now()" } }, "indexes": {}, "foreignKeys": { "wishlists_user_id_users_id_fk": { "name": "wishlists_user_id_users_id_fk", "tableFrom": "wishlists", "tableTo": "users", "columnsFrom": [ "user_id" ], "columnsTo": [ "id" ], "onDelete": "cascade", "onUpdate": "no action" } }, "compositePrimaryKeys": {}, "uniqueConstraints": {} } }, "enums": {}, "schemas": {}, "_meta": { "columns": {}, "schemas": {}, "tables": {} } }