From 743abc0b7a7e6052c4f039f2c79214e262707e9c Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Sun, 17 May 2026 21:00:00 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20db:=20add=20media-to-me?= =?UTF-8?q?dia=20relations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prisma/diagram.json | 1818 +++++++++++++++++++++--------------------- prisma/schema.prisma | 14 +- 2 files changed, 924 insertions(+), 908 deletions(-) diff --git a/prisma/diagram.json b/prisma/diagram.json index 40922e3..b9af441 100644 --- a/prisma/diagram.json +++ b/prisma/diagram.json @@ -2,18 +2,69 @@ "id": "0", "name": "Main Diagram", "createdAt": "2026-05-19T16:28:02.086Z", - "updatedAt": "2026-05-19T17:18:18.265Z", + "updatedAt": "2026-05-20T01:23:06.250Z", "databaseType": "postgresql", "tables": [ { "id": "1", + "name": "media_demographics", + "x": -681.6737980968087, + "y": 892.2019045876625, + "fields": [ + { + "id": "2", + "name": "media_id", + "type": { + "id": "uuid", + "name": "uuid" + }, + "unique": true, + "nullable": false, + "primaryKey": true, + "createdAt": 1779210978216 + }, + { + "id": "3", + "name": "genre_id", + "type": { + "id": "uuid", + "name": "uuid" + }, + "unique": true, + "nullable": false, + "primaryKey": true, + "createdAt": 1779211013182 + } + ], + "indexes": [ + { + "id": "4", + "name": "", + "fieldIds": [ + "2", + "3" + ], + "unique": true, + "isPrimaryKey": true, + "createdAt": 1779211084967 + } + ], + "color": "#ffe374", + "createdAt": 1779210978216, + "isView": false, + "order": 46, + "schema": "public", + "diagramId": "3taaalng0ut0" + }, + { + "id": "5", "name": "characters", "schema": "public", "x": -1029.4414354197875, "y": 693.766860683375, "fields": [ { - "id": "2", + "id": "6", "name": "id", "type": { "id": "uuid", @@ -25,7 +76,7 @@ "createdAt": 1777282589093 }, { - "id": "3", + "id": "7", "name": "name", "type": { "id": "varchar", @@ -38,7 +89,7 @@ "characterMaximumLength": "255" }, { - "id": "4", + "id": "8", "name": "image", "type": { "id": "varchar", @@ -51,7 +102,7 @@ "characterMaximumLength": "255" }, { - "id": "5", + "id": "9", "name": "small_image", "type": { "id": "varchar", @@ -64,7 +115,7 @@ "characterMaximumLength": "255" }, { - "id": "6", + "id": "10", "name": "mal_id", "type": { "id": "int", @@ -76,7 +127,7 @@ "createdAt": 1777282589093 }, { - "id": "7", + "id": "11", "name": "mal_url", "type": { "id": "varchar", @@ -89,7 +140,7 @@ "characterMaximumLength": "255" }, { - "id": "8", + "id": "12", "name": "liked", "type": { "id": "int", @@ -102,7 +153,7 @@ "default": "0" }, { - "id": "9", + "id": "13", "name": "connections", "type": { "id": "int", @@ -115,7 +166,7 @@ "default": "0" }, { - "id": "10", + "id": "14", "name": "deleted_at", "type": { "id": "timestamp", @@ -127,7 +178,7 @@ "createdAt": 1777282589093 }, { - "id": "11", + "id": "15", "name": "updated_at", "type": { "id": "timestamp", @@ -139,7 +190,7 @@ "createdAt": 1777282589093 }, { - "id": "12", + "id": "16", "name": "created_at", "type": { "id": "timestamp", @@ -153,11 +204,11 @@ ], "indexes": [ { - "id": "13", + "id": "17", "name": "", "unique": true, "fieldIds": [ - "2" + "6" ], "createdAt": 1777282589093, "isPrimaryKey": true @@ -171,14 +222,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "14", + "id": "18", "name": "media_genres", "schema": "public", "x": -680.2926238134676, "y": 498.7845736528544, "fields": [ { - "id": "15", + "id": "19", "name": "media_id", "type": { "id": "uuid", @@ -190,7 +241,7 @@ "createdAt": 1777283473368 }, { - "id": "16", + "id": "20", "name": "genre_id", "type": { "id": "uuid", @@ -204,22 +255,22 @@ ], "indexes": [ { - "id": "17", + "id": "21", "name": "", "unique": true, "fieldIds": [ - "16" + "20" ], "createdAt": 1777283473368, "isPrimaryKey": true }, { - "id": "18", + "id": "22", "name": "index_1", "unique": true, "fieldIds": [ - "15", - "16" + "19", + "20" ], "createdAt": 1778570545534 } @@ -233,14 +284,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "19", + "id": "23", "name": "countries", "schema": "public", "x": -675.4825871206289, "y": -936.5527418709639, "fields": [ { - "id": "20", + "id": "24", "name": "id", "type": { "id": "uuid", @@ -252,7 +303,7 @@ "createdAt": 1778401101216 }, { - "id": "21", + "id": "25", "name": "name", "type": { "id": "varchar", @@ -265,7 +316,7 @@ "characterMaximumLength": "155" }, { - "id": "22", + "id": "26", "name": "slug", "type": { "id": "varchar", @@ -278,7 +329,7 @@ "characterMaximumLength": "165" }, { - "id": "23", + "id": "27", "name": "code", "type": { "id": "varchar", @@ -291,7 +342,7 @@ "characterMaximumLength": "3" }, { - "id": "24", + "id": "28", "name": "flag", "type": { "id": "varchar", @@ -304,7 +355,7 @@ "characterMaximumLength": "255" }, { - "id": "25", + "id": "29", "name": "banner", "type": { "id": "varchar", @@ -319,11 +370,11 @@ ], "indexes": [ { - "id": "26", + "id": "30", "name": "", "unique": true, "fieldIds": [ - "20" + "24" ], "createdAt": 1778401101216, "isPrimaryKey": true @@ -336,14 +387,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "27", + "id": "31", "name": "user_country_preferences", "schema": "public", "x": -1035.3700148414782, "y": -1151.086340953631, "fields": [ { - "id": "28", + "id": "32", "name": "user_id", "type": { "id": "uuid", @@ -355,7 +406,7 @@ "createdAt": 1778548950226 }, { - "id": "29", + "id": "33", "name": "country_id", "type": { "id": "uuid", @@ -367,7 +418,7 @@ "createdAt": 1778548914423 }, { - "id": "30", + "id": "34", "name": "state", "type": { "id": "user_preference_state", @@ -387,14 +438,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "31", + "id": "35", "name": "media_characters", "schema": "public", "x": -678.5745105809615, "y": 1034.4123102253634, "fields": [ { - "id": "32", + "id": "36", "name": "id", "type": { "id": "uuid", @@ -406,7 +457,7 @@ "createdAt": 1777282589093 }, { - "id": "33", + "id": "37", "name": "role", "type": { "id": "enum", @@ -419,7 +470,7 @@ "comments": "main, supporting" }, { - "id": "34", + "id": "38", "name": "characters", "type": { "id": "uuid", @@ -431,7 +482,7 @@ "createdAt": 1777282589093 }, { - "id": "35", + "id": "39", "name": "voice_actor", "type": { "id": "uuid", @@ -445,11 +496,11 @@ ], "indexes": [ { - "id": "36", + "id": "40", "name": "", "unique": true, "fieldIds": [ - "32" + "36" ], "createdAt": 1777282589093, "isPrimaryKey": true @@ -462,14 +513,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "37", + "id": "41", "name": "media_submissions", "schema": "public", "x": -677.2819917810897, "y": -656.6674640748546, "fields": [ { - "id": "38", + "id": "42", "name": "id", "type": { "id": "uuid", @@ -481,7 +532,7 @@ "createdAt": 1777362610195 }, { - "id": "39", + "id": "43", "name": "media_id", "type": { "id": "uuid", @@ -493,7 +544,7 @@ "createdAt": 1777362624424 }, { - "id": "40", + "id": "44", "name": "created_by", "type": { "id": "uuid", @@ -506,7 +557,7 @@ "comments": "" }, { - "id": "41", + "id": "45", "name": "status", "type": { "id": "status_submission", @@ -519,7 +570,7 @@ "comments": "" }, { - "id": "42", + "id": "46", "name": "reviewed_by", "type": { "id": "uuid", @@ -531,7 +582,7 @@ "createdAt": 1777362758238 }, { - "id": "43", + "id": "47", "name": "reviewed_at", "type": { "id": "timestamp", @@ -543,7 +594,7 @@ "createdAt": 1777363627973 }, { - "id": "44", + "id": "48", "name": "reason", "type": { "id": "text", @@ -555,7 +606,7 @@ "createdAt": 1777363674757 }, { - "id": "45", + "id": "49", "name": "created_at", "type": { "id": "timestamp", @@ -570,11 +621,11 @@ ], "indexes": [ { - "id": "46", + "id": "50", "name": "", "unique": true, "fieldIds": [ - "38" + "42" ], "createdAt": 1777362610195, "isPrimaryKey": true @@ -587,14 +638,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "47", + "id": "51", "name": "home_media_banner", "schema": "public", "x": -1034.714934672103, "y": -969.0938770634809, "fields": [ { - "id": "48", + "id": "52", "name": "id", "type": { "id": "uuid", @@ -606,7 +657,7 @@ "createdAt": 1778771594518 }, { - "id": "49", + "id": "53", "name": "media_id", "type": { "id": "uuid", @@ -618,7 +669,7 @@ "createdAt": 1778771625245 }, { - "id": "50", + "id": "54", "name": "created_by", "type": { "id": "uuid", @@ -630,7 +681,7 @@ "createdAt": 1778771632111 }, { - "id": "51", + "id": "55", "name": "priority", "type": { "id": "smallint", @@ -642,7 +693,7 @@ "createdAt": 1778771638786 }, { - "id": "52", + "id": "56", "name": "start_show", "type": { "id": "timestamp", @@ -654,7 +705,7 @@ "createdAt": 1778771679920 }, { - "id": "53", + "id": "57", "name": "end_show", "type": { "id": "timestamp", @@ -666,7 +717,7 @@ "createdAt": 1778771687135 }, { - "id": "54", + "id": "58", "name": "created_at", "type": { "id": "timestamp", @@ -680,11 +731,11 @@ ], "indexes": [ { - "id": "55", + "id": "59", "name": "", "unique": true, "fieldIds": [ - "48" + "52" ], "createdAt": 1778771594518, "isPrimaryKey": true @@ -697,14 +748,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "56", + "id": "60", "name": "media_external_links", "schema": "public", "x": 194.5066892978357, "y": -264.72537027522213, "fields": [ { - "id": "57", + "id": "61", "name": "id", "type": { "id": "uuid", @@ -716,7 +767,7 @@ "createdAt": 1777282589093 }, { - "id": "58", + "id": "62", "name": "media_id", "type": { "id": "uuid", @@ -728,7 +779,7 @@ "createdAt": 1777282589093 }, { - "id": "59", + "id": "63", "name": "name", "type": { "id": "varchar", @@ -741,7 +792,7 @@ "characterMaximumLength": "64" }, { - "id": "60", + "id": "64", "name": "url", "type": { "id": "varchar", @@ -756,11 +807,11 @@ ], "indexes": [ { - "id": "61", + "id": "65", "name": "", "unique": true, "fieldIds": [ - "57" + "61" ], "createdAt": 1777282589093, "isPrimaryKey": true @@ -773,14 +824,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "62", + "id": "66", "name": "user_addresses", "schema": "public", "x": 655.2842034425264, "y": -1010.0698801871714, "fields": [ { - "id": "63", + "id": "67", "name": "user_id", "type": { "id": "uuid", @@ -792,7 +843,7 @@ "createdAt": 1778816506150 }, { - "id": "64", + "id": "68", "name": "street_address", "type": { "id": "varchar", @@ -805,7 +856,7 @@ "characterMaximumLength": "255" }, { - "id": "65", + "id": "69", "name": "district", "type": { "id": "varchar", @@ -818,7 +869,7 @@ "characterMaximumLength": "100" }, { - "id": "66", + "id": "70", "name": "city", "type": { "id": "varchar", @@ -831,7 +882,7 @@ "characterMaximumLength": "100" }, { - "id": "67", + "id": "71", "name": "province", "type": { "id": "varchar", @@ -844,7 +895,7 @@ "characterMaximumLength": "100" }, { - "id": "68", + "id": "72", "name": "postal_code", "type": { "id": "varchar", @@ -857,7 +908,7 @@ "characterMaximumLength": "20" }, { - "id": "69", + "id": "73", "name": "coordinate", "type": { "id": "varchar", @@ -870,7 +921,7 @@ "characterMaximumLength": "50" }, { - "id": "70", + "id": "74", "name": "updated_at", "type": { "id": "timestamp", @@ -884,11 +935,11 @@ ], "indexes": [ { - "id": "71", + "id": "75", "name": "", "unique": true, "fieldIds": [ - "63" + "67" ], "createdAt": 1778816506150, "isPrimaryKey": true @@ -901,14 +952,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "72", + "id": "76", "name": "media_themes", "schema": "public", "x": -681.5109900103016, "y": 752.8680228454149, "fields": [ { - "id": "73", + "id": "77", "name": "media_id", "type": { "id": "uuid", @@ -920,7 +971,7 @@ "createdAt": 1777295294621 }, { - "id": "74", + "id": "78", "name": "genre_id", "type": { "id": "uuid", @@ -934,12 +985,12 @@ ], "indexes": [ { - "id": "75", + "id": "79", "name": "", "unique": true, "fieldIds": [ - "73", - "74" + "77", + "78" ], "createdAt": 1777295294621, "isPrimaryKey": true @@ -953,14 +1004,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "76", + "id": "80", "name": "medias", "schema": "public", "x": -338.2943640690703, "y": -279.84862879126985, "fields": [ { - "id": "77", + "id": "81", "name": "id", "type": { "id": "uuid", @@ -972,7 +1023,7 @@ "createdAt": 1777282589092 }, { - "id": "78", + "id": "82", "name": "mal_id", "type": { "id": "int", @@ -984,7 +1035,7 @@ "createdAt": 1777282589092 }, { - "id": "79", + "id": "83", "name": "title", "type": { "id": "varchar", @@ -997,7 +1048,7 @@ "characterMaximumLength": "255" }, { - "id": "80", + "id": "84", "name": "title_secondary", "type": { "id": "varchar", @@ -1010,7 +1061,7 @@ "characterMaximumLength": "255" }, { - "id": "81", + "id": "85", "name": "title_original", "type": { "id": "varchar", @@ -1023,7 +1074,7 @@ "characterMaximumLength": "255" }, { - "id": "82", + "id": "86", "name": "title_synonyms", "type": { "id": "varchar", @@ -1038,7 +1089,7 @@ "comments": "" }, { - "id": "83", + "id": "87", "name": "trailers", "type": { "id": "uuid", @@ -1050,7 +1101,7 @@ "createdAt": 1777282589092 }, { - "id": "84", + "id": "88", "name": "synopsis", "type": { "id": "text", @@ -1062,7 +1113,7 @@ "createdAt": 1777282589092 }, { - "id": "85", + "id": "89", "name": "small_image_url", "type": { "id": "varchar", @@ -1075,7 +1126,7 @@ "characterMaximumLength": "255" }, { - "id": "86", + "id": "90", "name": "medium_image_url", "type": { "id": "varchar", @@ -1088,7 +1139,7 @@ "characterMaximumLength": "255" }, { - "id": "87", + "id": "91", "name": "large_image_url", "type": { "id": "varchar", @@ -1101,7 +1152,7 @@ "characterMaximumLength": "255" }, { - "id": "88", + "id": "92", "name": "type", "type": { "id": "uuid", @@ -1113,7 +1164,7 @@ "createdAt": 1777282589092 }, { - "id": "89", + "id": "93", "name": "source", "type": { "id": "uuid", @@ -1125,7 +1176,7 @@ "createdAt": 1777282589092 }, { - "id": "90", + "id": "94", "name": "status", "type": { "id": "uuid", @@ -1137,7 +1188,7 @@ "createdAt": 1777282589092 }, { - "id": "91", + "id": "95", "name": "airing", "type": { "id": "boolean", @@ -1150,7 +1201,7 @@ "default": "false" }, { - "id": "92", + "id": "96", "name": "start_airing", "type": { "id": "date", @@ -1162,7 +1213,7 @@ "createdAt": 1777282589092 }, { - "id": "93", + "id": "97", "name": "end_airing", "type": { "id": "date", @@ -1174,7 +1225,7 @@ "createdAt": 1777282589092 }, { - "id": "94", + "id": "98", "name": "age_rating", "type": { "id": "uuid", @@ -1186,7 +1237,7 @@ "createdAt": 1777282589092 }, { - "id": "95", + "id": "99", "name": "score_total", "type": { "id": "int", @@ -1199,7 +1250,7 @@ "default": "0" }, { - "id": "96", + "id": "100", "name": "score_count", "type": { "id": "int", @@ -1212,7 +1263,7 @@ "default": "0" }, { - "id": "97", + "id": "101", "name": "background", "type": { "id": "text", @@ -1224,7 +1275,7 @@ "createdAt": 1777282589092 }, { - "id": "98", + "id": "102", "name": "season", "type": { "id": "media_season", @@ -1237,7 +1288,7 @@ "comments": "enum(winter, spring, summer, fall)" }, { - "id": "99", + "id": "103", "name": "year", "type": { "id": "smallint", @@ -1249,7 +1300,7 @@ "createdAt": 1777282589092 }, { - "id": "100", + "id": "104", "name": "country", "type": { "id": "uuid", @@ -1261,7 +1312,7 @@ "createdAt": 1777635858846 }, { - "id": "101", + "id": "105", "name": "broadcast_date", "type": { "id": "varchar", @@ -1274,7 +1325,7 @@ "characterMaximumLength": "64" }, { - "id": "102", + "id": "106", "name": "producers", "type": { "id": "uuid", @@ -1286,7 +1337,7 @@ "createdAt": 1777282589092 }, { - "id": "103", + "id": "107", "name": "licensors", "type": { "id": "uuid", @@ -1298,7 +1349,7 @@ "createdAt": 1777282589092 }, { - "id": "104", + "id": "108", "name": "studios", "type": { "id": "uuid", @@ -1310,7 +1361,7 @@ "createdAt": 1777282589092 }, { - "id": "105", + "id": "109", "name": "genres", "type": { "id": "uuid", @@ -1322,7 +1373,7 @@ "createdAt": 1777282589092 }, { - "id": "106", + "id": "110", "name": "explicit_genres", "type": { "id": "uuid", @@ -1334,7 +1385,7 @@ "createdAt": 1777282589092 }, { - "id": "107", + "id": "111", "name": "themes", "type": { "id": "uuid", @@ -1346,7 +1397,7 @@ "createdAt": 1777282589092 }, { - "id": "108", + "id": "112", "name": "demographics", "type": { "id": "uuid", @@ -1358,7 +1409,7 @@ "createdAt": 1777282589092 }, { - "id": "109", + "id": "113", "name": "relations", "type": { "id": "uuid", @@ -1370,7 +1421,7 @@ "createdAt": 1777282589092 }, { - "id": "110", + "id": "114", "name": "external_links", "type": { "id": "uuid", @@ -1382,7 +1433,7 @@ "createdAt": 1777282589092 }, { - "id": "111", + "id": "115", "name": "characters", "type": { "id": "uuid", @@ -1394,7 +1445,7 @@ "createdAt": 1777282589092 }, { - "id": "112", + "id": "116", "name": "approved", "type": { "id": "boolean", @@ -1407,7 +1458,7 @@ "default": "false" }, { - "id": "113", + "id": "117", "name": "approved_by", "type": { "id": "uuid", @@ -1419,7 +1470,7 @@ "createdAt": 1777282589092 }, { - "id": "114", + "id": "118", "name": "created_by", "type": { "id": "uuid", @@ -1431,7 +1482,7 @@ "createdAt": 1777282589092 }, { - "id": "115", + "id": "119", "name": "deleted_at", "type": { "id": "timestamp", @@ -1443,7 +1494,7 @@ "createdAt": 1777282589092 }, { - "id": "116", + "id": "120", "name": "updated_at", "type": { "id": "timestamp", @@ -1455,7 +1506,7 @@ "createdAt": 1777282589092 }, { - "id": "117", + "id": "121", "name": "created_at", "type": { "id": "timestamp", @@ -1469,11 +1520,11 @@ ], "indexes": [ { - "id": "118", + "id": "122", "name": "", "unique": true, "fieldIds": [ - "77" + "81" ], "createdAt": 1777282589092, "isPrimaryKey": true @@ -1488,14 +1539,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "119", + "id": "123", "name": "media_studios", "schema": "public", "x": 194.57420294478976, "y": 402.07246285824783, "fields": [ { - "id": "120", + "id": "124", "name": "media_id", "type": { "id": "uuid", @@ -1507,7 +1558,7 @@ "createdAt": 1777360514222 }, { - "id": "121", + "id": "125", "name": "producer_id", "type": { "id": "uuid", @@ -1521,12 +1572,12 @@ ], "indexes": [ { - "id": "122", + "id": "126", "name": "", "unique": true, "fieldIds": [ - "120", - "121" + "124", + "125" ], "createdAt": 1777360514222, "isPrimaryKey": true @@ -1539,14 +1590,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "123", + "id": "127", "name": "comments", "schema": "public", "x": -1035.4972528190797, "y": -21.831519473281823, "fields": [ { - "id": "124", + "id": "128", "name": "id", "type": { "id": "uuid", @@ -1558,7 +1609,7 @@ "createdAt": 1778772484798 }, { - "id": "125", + "id": "129", "name": "user_id", "type": { "id": "uuid", @@ -1570,7 +1621,7 @@ "createdAt": 1778772536237 }, { - "id": "126", + "id": "130", "name": "episode_id", "type": { "id": "uuid", @@ -1582,7 +1633,7 @@ "createdAt": 1778772542751 }, { - "id": "127", + "id": "131", "name": "content", "type": { "id": "varchar", @@ -1595,7 +1646,7 @@ "characterMaximumLength": "255" }, { - "id": "128", + "id": "132", "name": "created_at", "type": { "id": "timestamp", @@ -1607,7 +1658,7 @@ "createdAt": 1778777149915 }, { - "id": "129", + "id": "133", "name": "updated_at", "type": { "id": "timestamp", @@ -1619,7 +1670,7 @@ "createdAt": 1778777198204 }, { - "id": "130", + "id": "134", "name": "deleted_at", "type": { "id": "timestamp", @@ -1633,11 +1684,11 @@ ], "indexes": [ { - "id": "131", + "id": "135", "name": "", "unique": true, "fieldIds": [ - "124" + "128" ], "createdAt": 1778772484798, "isPrimaryKey": true @@ -1650,14 +1701,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "132", + "id": "136", "name": "staff", "schema": "public", "x": -1434.8828256841582, "y": 424.7769062913411, "fields": [ { - "id": "133", + "id": "137", "name": "id", "type": { "id": "uuid", @@ -1669,7 +1720,7 @@ "createdAt": 1777282589093 }, { - "id": "134", + "id": "138", "name": "name", "type": { "id": "varchar", @@ -1682,7 +1733,7 @@ "characterMaximumLength": "255" }, { - "id": "135", + "id": "139", "name": "image", "type": { "id": "varchar", @@ -1695,7 +1746,7 @@ "characterMaximumLength": "255" }, { - "id": "136", + "id": "140", "name": "mal_id", "type": { "id": "int", @@ -1707,7 +1758,7 @@ "createdAt": 1777282589093 }, { - "id": "137", + "id": "141", "name": "mal_url", "type": { "id": "varchar", @@ -1720,7 +1771,7 @@ "characterMaximumLength": "255" }, { - "id": "138", + "id": "142", "name": "deleted_at", "type": { "id": "timestamp", @@ -1732,7 +1783,7 @@ "createdAt": 1777282589093 }, { - "id": "139", + "id": "143", "name": "updated_at", "type": { "id": "timestamp", @@ -1744,7 +1795,7 @@ "createdAt": 1777282589093 }, { - "id": "140", + "id": "144", "name": "created_at", "type": { "id": "timestamp", @@ -1758,11 +1809,11 @@ ], "indexes": [ { - "id": "141", + "id": "145", "name": "", "unique": true, "fieldIds": [ - "133" + "137" ], "createdAt": 1777282589093, "isPrimaryKey": true @@ -1775,14 +1826,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "142", + "id": "146", "name": "user_rating_preferences", "schema": "public", "x": -1036.138591583759, "y": -1328.817114710954, "fields": [ { - "id": "143", + "id": "147", "name": "user_id", "type": { "id": "uuid", @@ -1794,7 +1845,7 @@ "createdAt": 1778548671790 }, { - "id": "144", + "id": "148", "name": "rating_id", "type": { "id": "uuid", @@ -1806,7 +1857,7 @@ "createdAt": 1778548699069 }, { - "id": "145", + "id": "149", "name": "state", "type": { "id": "user_preference_state", @@ -1826,14 +1877,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "146", + "id": "150", "name": "media_types", "schema": "public", "x": -678.8247906473255, "y": -28.0163584990978, "fields": [ { - "id": "147", + "id": "151", "name": "id", "type": { "id": "uuid", @@ -1845,7 +1896,7 @@ "createdAt": 1777282589093 }, { - "id": "148", + "id": "152", "name": "name", "type": { "id": "varchar", @@ -1860,11 +1911,11 @@ ], "indexes": [ { - "id": "149", + "id": "153", "name": "", "unique": true, "fieldIds": [ - "147" + "151" ], "createdAt": 1777282589093, "isPrimaryKey": true @@ -1877,14 +1928,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "150", + "id": "154", "name": "user_watch_histories", "schema": "public", "x": -335.9290422316319, "y": -1189.7301850410581, "fields": [ { - "id": "151", + "id": "155", "name": "user_id", "type": { "id": "uuid", @@ -1896,7 +1947,7 @@ "createdAt": 1778569467263 }, { - "id": "152", + "id": "156", "name": "episode_id", "type": { "id": "uuid", @@ -1908,7 +1959,7 @@ "createdAt": 1778569477336 }, { - "id": "153", + "id": "157", "name": "updated_at", "type": { "id": "timestamp", @@ -1922,12 +1973,12 @@ ], "indexes": [ { - "id": "154", + "id": "158", "name": "index_1", "unique": true, "fieldIds": [ - "152", - "151" + "156", + "155" ], "createdAt": 1778732177200 } @@ -1940,14 +1991,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "155", + "id": "159", "name": "users", "schema": "public", "x": -333.07222985751173, "y": -1009.2656254027879, "fields": [ { - "id": "156", + "id": "160", "name": "id", "type": { "id": "uuid", @@ -1959,7 +2010,7 @@ "createdAt": 1778390635628 }, { - "id": "157", + "id": "161", "name": "email", "type": { "id": "varchar", @@ -1971,7 +2022,7 @@ "createdAt": 1778391266880 }, { - "id": "158", + "id": "162", "name": "password", "type": { "id": "varchar", @@ -1984,7 +2035,7 @@ "characterMaximumLength": "255" }, { - "id": "159", + "id": "163", "name": "username", "type": { "id": "varchar", @@ -1997,7 +2048,7 @@ "characterMaximumLength": "28" }, { - "id": "160", + "id": "164", "name": "fullname", "type": { "id": "varchar", @@ -2010,7 +2061,7 @@ "characterMaximumLength": "32" }, { - "id": "161", + "id": "165", "name": "avatar", "type": { "id": "varchar", @@ -2023,7 +2074,7 @@ "characterMaximumLength": "255" }, { - "id": "162", + "id": "166", "name": "bio", "type": { "id": "text", @@ -2035,7 +2086,7 @@ "createdAt": 1778390888222 }, { - "id": "163", + "id": "167", "name": "datebirth", "type": { "id": "date", @@ -2047,7 +2098,7 @@ "createdAt": 1778391007890 }, { - "id": "164", + "id": "168", "name": "role", "type": { "id": "user_role", @@ -2059,7 +2110,7 @@ "createdAt": 1778771211530 }, { - "id": "165", + "id": "169", "name": "sex", "type": { "id": "user_sex", @@ -2071,7 +2122,7 @@ "createdAt": 1778391031530 }, { - "id": "166", + "id": "170", "name": "phone_number", "type": { "id": "varchar", @@ -2084,7 +2135,7 @@ "characterMaximumLength": "15" }, { - "id": "167", + "id": "171", "name": "country", "type": { "id": "uuid", @@ -2096,7 +2147,7 @@ "createdAt": 1778401621258 }, { - "id": "168", + "id": "172", "name": "auth_provider", "type": { "id": "varchar", @@ -2109,7 +2160,7 @@ "characterMaximumLength": "64" }, { - "id": "169", + "id": "173", "name": "provider_token", "type": { "id": "varchar", @@ -2122,7 +2173,7 @@ "characterMaximumLength": "255" }, { - "id": "170", + "id": "174", "name": "created_at", "type": { "id": "timestamp", @@ -2135,7 +2186,7 @@ "default": "now()" }, { - "id": "171", + "id": "175", "name": "verified_at", "type": { "id": "timestamp", @@ -2147,7 +2198,7 @@ "createdAt": 1778815129265 }, { - "id": "172", + "id": "176", "name": "updated_at", "type": { "id": "timestamp", @@ -2159,7 +2210,7 @@ "createdAt": 1778517127447 }, { - "id": "173", + "id": "177", "name": "deleted_at", "type": { "id": "timestamp", @@ -2173,30 +2224,30 @@ ], "indexes": [ { - "id": "174", + "id": "178", "name": "", "unique": true, "fieldIds": [ - "156" + "160" ], "createdAt": 1778390635628, "isPrimaryKey": true }, { - "id": "175", + "id": "179", "name": "index_2", "unique": true, "fieldIds": [ - "159" + "163" ], "createdAt": 1778401234711 }, { - "id": "176", + "id": "180", "name": "index_3", "unique": true, "fieldIds": [ - "157" + "161" ], "createdAt": 1778401248519 } @@ -2211,14 +2262,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "177", + "id": "181", "name": "video_submissions", "schema": "public", "x": 1034.3413138628948, "y": 376.2391754093071, "fields": [ { - "id": "178", + "id": "182", "name": "id", "type": { "id": "uuid", @@ -2230,7 +2281,7 @@ "createdAt": 1777362610195 }, { - "id": "179", + "id": "183", "name": "video_id", "type": { "id": "uuid", @@ -2242,7 +2293,7 @@ "createdAt": 1777362624424 }, { - "id": "180", + "id": "184", "name": "created_by", "type": { "id": "uuid", @@ -2255,7 +2306,7 @@ "comments": "" }, { - "id": "181", + "id": "185", "name": "reviewed_by", "type": { "id": "uuid", @@ -2267,7 +2318,7 @@ "createdAt": 1777362758238 }, { - "id": "182", + "id": "186", "name": "status", "type": { "id": "status_submission", @@ -2281,7 +2332,7 @@ "comments": "" }, { - "id": "183", + "id": "187", "name": "reviewed_at", "type": { "id": "timestamp", @@ -2293,7 +2344,7 @@ "createdAt": 1777363627973 }, { - "id": "184", + "id": "188", "name": "reason", "type": { "id": "text", @@ -2305,7 +2356,7 @@ "createdAt": 1777363674757 }, { - "id": "185", + "id": "189", "name": "created_at", "type": { "id": "timestamp", @@ -2320,11 +2371,11 @@ ], "indexes": [ { - "id": "186", + "id": "190", "name": "", "unique": true, "fieldIds": [ - "178" + "182" ], "createdAt": 1777362610195, "isPrimaryKey": true @@ -2338,14 +2389,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "187", + "id": "191", "name": "media_age_ratings", "schema": "public", "x": -679.7484316247582, "y": 342.88283833657397, "fields": [ { - "id": "188", + "id": "192", "name": "id", "type": { "id": "uuid", @@ -2357,7 +2408,7 @@ "createdAt": 1777282589093 }, { - "id": "189", + "id": "193", "name": "name", "type": { "id": "varchar", @@ -2370,7 +2421,7 @@ "characterMaximumLength": "64" }, { - "id": "190", + "id": "194", "name": "min_age", "type": { "id": "smallint", @@ -2384,11 +2435,11 @@ ], "indexes": [ { - "id": "191", + "id": "195", "name": "", "unique": true, "fieldIds": [ - "188" + "192" ], "createdAt": 1777282589093, "isPrimaryKey": true @@ -2401,14 +2452,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "192", + "id": "196", "name": "media_trailers", "schema": "public", "x": -679.0151464808563, "y": -319.10973511128714, "fields": [ { - "id": "193", + "id": "197", "name": "id", "type": { "id": "uuid", @@ -2420,7 +2471,7 @@ "createdAt": 1777282589092 }, { - "id": "194", + "id": "198", "name": "url", "type": { "id": "varchar", @@ -2433,7 +2484,7 @@ "characterMaximumLength": "255" }, { - "id": "195", + "id": "199", "name": "embed_url", "type": { "id": "varchar", @@ -2446,7 +2497,7 @@ "characterMaximumLength": "255" }, { - "id": "196", + "id": "200", "name": "small_image_url", "type": { "id": "varchar", @@ -2459,7 +2510,7 @@ "characterMaximumLength": "255" }, { - "id": "197", + "id": "201", "name": "medium_image_url", "type": { "id": "varchar", @@ -2472,7 +2523,7 @@ "characterMaximumLength": "255" }, { - "id": "198", + "id": "202", "name": "large_image_url", "type": { "id": "varchar", @@ -2485,7 +2536,7 @@ "characterMaximumLength": "255" }, { - "id": "199", + "id": "203", "name": "maximum_image_url", "type": { "id": "varchar", @@ -2500,11 +2551,11 @@ ], "indexes": [ { - "id": "200", + "id": "204", "name": "", "unique": true, "fieldIds": [ - "193" + "197" ], "createdAt": 1777282589093, "isPrimaryKey": true @@ -2517,14 +2568,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "201", + "id": "205", "name": "collection_members", "schema": "public", "x": -338.05774312036385, "y": -1466.6668409654785, "fields": [ { - "id": "202", + "id": "206", "name": "id", "type": { "id": "uuid", @@ -2536,7 +2587,7 @@ "createdAt": 1778766471107 }, { - "id": "203", + "id": "207", "name": "collection_id", "type": { "id": "uuid", @@ -2548,7 +2599,7 @@ "createdAt": 1778766493931 }, { - "id": "204", + "id": "208", "name": "user_id", "type": { "id": "uuid", @@ -2560,7 +2611,7 @@ "createdAt": 1778766580515 }, { - "id": "205", + "id": "209", "name": "access_level", "type": { "id": "collection_access_level", @@ -2572,7 +2623,7 @@ "createdAt": 1778766832324 }, { - "id": "206", + "id": "210", "name": "invited_by", "type": { "id": "uuid", @@ -2584,7 +2635,7 @@ "createdAt": 1778766846050 }, { - "id": "207", + "id": "211", "name": "joined_at", "type": { "id": "timestamp", @@ -2598,11 +2649,11 @@ ], "indexes": [ { - "id": "208", + "id": "212", "name": "", "unique": true, "fieldIds": [ - "202" + "206" ], "createdAt": 1778766471107, "isPrimaryKey": true @@ -2616,14 +2667,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "209", + "id": "213", "name": "media_collections", "schema": "public", "x": 197.36608531341386, "y": -468.796634019804, "fields": [ { - "id": "210", + "id": "214", "name": "collection_id", "type": { "id": "uuid", @@ -2635,7 +2686,7 @@ "createdAt": 1778733152986 }, { - "id": "211", + "id": "215", "name": "media_id", "type": { "id": "uuid", @@ -2647,7 +2698,7 @@ "createdAt": 1778733195744 }, { - "id": "212", + "id": "216", "name": "added_by", "type": { "id": "uuid", @@ -2659,7 +2710,7 @@ "createdAt": 1778733169676 }, { - "id": "213", + "id": "217", "name": "added_at", "type": { "id": "bigint", @@ -2673,12 +2724,12 @@ ], "indexes": [ { - "id": "214", + "id": "218", "name": "index_1", "unique": true, "fieldIds": [ - "210", - "211" + "214", + "215" ], "createdAt": 1778733335908 } @@ -2690,14 +2741,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "215", + "id": "219", "name": "user_follows", "schema": "public", "x": 200.64283100307347, "y": -1141.2347344393859, "fields": [ { - "id": "216", + "id": "220", "name": "follower_id", "type": { "id": "uuid", @@ -2709,7 +2760,7 @@ "createdAt": 1778401701334 }, { - "id": "217", + "id": "221", "name": "following_id", "type": { "id": "uuid", @@ -2721,7 +2772,7 @@ "createdAt": 1778401722682 }, { - "id": "218", + "id": "222", "name": "followed_at", "type": { "id": "timestamp", @@ -2735,12 +2786,12 @@ ], "indexes": [ { - "id": "219", + "id": "223", "name": "index_1", "unique": true, "fieldIds": [ - "217", - "216" + "221", + "220" ], "createdAt": 1778401874053 } @@ -2760,14 +2811,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "220", + "id": "224", "name": "media_relations", "schema": "public", "x": 194.39903094287618, "y": -61.06914750749248, "fields": [ { - "id": "221", + "id": "225", "name": "id", "type": { "id": "uuid", @@ -2779,7 +2830,19 @@ "createdAt": 1777282589092 }, { - "id": "222", + "id": "226", + "name": "target_media", + "type": { + "id": "uuid", + "name": "uuid" + }, + "primaryKey": true, + "unique": false, + "nullable": false, + "createdAt": 1777282589092 + }, + { + "id": "227", "name": "relation", "type": { "id": "varchar", @@ -2787,30 +2850,19 @@ }, "primaryKey": false, "unique": false, - "nullable": true, + "nullable": false, "createdAt": 1777282589092, - "characterMaximumLength": "16" - }, - { - "id": "223", - "name": "target_media", - "type": { - "id": "uuid", - "name": "uuid" - }, - "primaryKey": false, - "unique": false, - "nullable": true, - "createdAt": 1777282589092 + "characterMaximumLength": "50" } ], "indexes": [ { - "id": "224", + "id": "228", "name": "", "unique": true, "fieldIds": [ - "221" + "225", + "226" ], "createdAt": 1777282589092, "isPrimaryKey": true @@ -2823,14 +2875,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "225", + "id": "229", "name": "media_explicit_genres", "schema": "public", "x": -681.3338818918861, "y": 628.1224828360978, "fields": [ { - "id": "226", + "id": "230", "name": "media_id", "type": { "id": "uuid", @@ -2842,7 +2894,7 @@ "createdAt": 1777283776082 }, { - "id": "227", + "id": "231", "name": "genre_id", "type": { "id": "uuid", @@ -2856,12 +2908,12 @@ ], "indexes": [ { - "id": "228", + "id": "232", "name": "", "unique": true, "fieldIds": [ - "226", - "227" + "230", + "231" ], "createdAt": 1777283776082, "isPrimaryKey": true @@ -2875,14 +2927,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "229", + "id": "233", "name": "media_statuses", "schema": "public", "x": -679.4669719043579, "y": 219.3548090436041, "fields": [ { - "id": "230", + "id": "234", "name": "id", "type": { "id": "uuid", @@ -2894,7 +2946,7 @@ "createdAt": 1777282589093 }, { - "id": "231", + "id": "235", "name": "name", "type": { "id": "varchar", @@ -2909,11 +2961,11 @@ ], "indexes": [ { - "id": "232", + "id": "236", "name": "", "unique": true, "fieldIds": [ - "230" + "234" ], "createdAt": 1777282589093, "isPrimaryKey": true @@ -2926,14 +2978,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "233", + "id": "237", "name": "collections", "schema": "public", "x": 206.14708211340167, "y": -1637.469796851602, "fields": [ { - "id": "234", + "id": "238", "name": "id", "type": { "id": "uuid", @@ -2945,7 +2997,7 @@ "createdAt": 1778733394970 }, { - "id": "235", + "id": "239", "name": "name", "type": { "id": "varchar", @@ -2959,7 +3011,7 @@ "default": null }, { - "id": "236", + "id": "240", "name": "cover_url", "type": { "id": "varchar", @@ -2972,7 +3024,7 @@ "characterMaximumLength": "255" }, { - "id": "237", + "id": "241", "name": "privacy_level", "type": { "id": "privacy_level", @@ -2984,7 +3036,7 @@ "createdAt": 1778766528943 }, { - "id": "238", + "id": "242", "name": "created_at", "type": { "id": "timestamp", @@ -2996,7 +3048,7 @@ "createdAt": 1778733453130 }, { - "id": "239", + "id": "243", "name": "updated_at", "type": { "id": "timestamp", @@ -3010,11 +3062,11 @@ ], "indexes": [ { - "id": "240", + "id": "244", "name": "", "unique": true, "fieldIds": [ - "234" + "238" ], "createdAt": 1778733394970, "isPrimaryKey": true @@ -3027,14 +3079,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "241", + "id": "245", "name": "video_services", "schema": "public", "x": 78.02893671625938, "y": 1219.199725842667, "fields": [ { - "id": "242", + "id": "246", "name": "id", "type": { "id": "uuid", @@ -3046,7 +3098,7 @@ "createdAt": 1777282589094 }, { - "id": "243", + "id": "247", "name": "name", "type": { "id": "varchar", @@ -3059,7 +3111,7 @@ "characterMaximumLength": "155" }, { - "id": "244", + "id": "248", "name": "resolution", "type": { "id": "smallint", @@ -3071,7 +3123,7 @@ "createdAt": 1777282589094 }, { - "id": "245", + "id": "249", "name": "domain", "type": { "id": "varchar", @@ -3084,7 +3136,7 @@ "characterMaximumLength": "255" }, { - "id": "246", + "id": "250", "name": "image_url", "type": { "id": "varchar", @@ -3097,7 +3149,7 @@ "characterMaximumLength": "255" }, { - "id": "247", + "id": "251", "name": "hex_color", "type": { "id": "varchar", @@ -3110,7 +3162,7 @@ "characterMaximumLength": "10" }, { - "id": "248", + "id": "252", "name": "endpoint_video", "type": { "id": "varchar", @@ -3123,7 +3175,7 @@ "characterMaximumLength": "255" }, { - "id": "249", + "id": "253", "name": "endpoint_short", "type": { "id": "varchar", @@ -3136,7 +3188,7 @@ "characterMaximumLength": "255" }, { - "id": "250", + "id": "254", "name": "endpoint_image", "type": { "id": "varchar", @@ -3149,7 +3201,7 @@ "characterMaximumLength": "255" }, { - "id": "251", + "id": "255", "name": "endpoint_download", "type": { "id": "varchar", @@ -3162,7 +3214,7 @@ "characterMaximumLength": "255" }, { - "id": "252", + "id": "256", "name": "created_by", "type": { "id": "uuid", @@ -3174,7 +3226,7 @@ "createdAt": 1777282589094 }, { - "id": "253", + "id": "257", "name": "deleted_at", "type": { "id": "timestamp", @@ -3186,7 +3238,7 @@ "createdAt": 1777282589094 }, { - "id": "254", + "id": "258", "name": "updated_at", "type": { "id": "timestamp", @@ -3198,7 +3250,7 @@ "createdAt": 1777282589094 }, { - "id": "255", + "id": "259", "name": "created_at", "type": { "id": "timestamp", @@ -3212,22 +3264,22 @@ ], "indexes": [ { - "id": "256", + "id": "260", "name": "", "unique": true, "fieldIds": [ - "242" + "246" ], "createdAt": 1777282589094, "isPrimaryKey": true }, { - "id": "257", + "id": "261", "name": "idx_video_services_name_resolution", "unique": true, "fieldIds": [ - "243", - "244" + "247", + "248" ], "createdAt": 1777282589094 } @@ -3241,14 +3293,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "258", + "id": "262", "name": "media_licencors", "schema": "public", "x": 194.15644602007046, "y": 251.9575649519487, "fields": [ { - "id": "259", + "id": "263", "name": "media_id", "type": { "id": "uuid", @@ -3260,7 +3312,7 @@ "createdAt": 1777360331507 }, { - "id": "260", + "id": "264", "name": "producer_id", "type": { "id": "uuid", @@ -3274,12 +3326,12 @@ ], "indexes": [ { - "id": "261", + "id": "265", "name": "", "unique": true, "fieldIds": [ - "259", - "260" + "263", + "264" ], "createdAt": 1777360331507, "isPrimaryKey": true @@ -3292,14 +3344,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "262", + "id": "266", "name": "user_sessions", "schema": "public", "x": -1381.9054198604924, "y": -1329.3058623634636, "fields": [ { - "id": "263", + "id": "267", "name": "id", "type": { "id": "uuid", @@ -3311,7 +3363,7 @@ "createdAt": 1778814742487 }, { - "id": "264", + "id": "268", "name": "user_id", "type": { "id": "uuid", @@ -3323,7 +3375,7 @@ "createdAt": 1778814761364 }, { - "id": "265", + "id": "269", "name": "device_type", "type": { "id": "device_type", @@ -3335,7 +3387,7 @@ "createdAt": 1778814807191 }, { - "id": "266", + "id": "270", "name": "os_type", "type": { "id": "varchar", @@ -3349,7 +3401,7 @@ "default": null }, { - "id": "267", + "id": "271", "name": "os_version", "type": { "id": "varchar", @@ -3362,7 +3414,7 @@ "characterMaximumLength": "50" }, { - "id": "268", + "id": "272", "name": "browser_name", "type": { "id": "varchar", @@ -3375,7 +3427,7 @@ "characterMaximumLength": "50" }, { - "id": "269", + "id": "273", "name": "browser_version", "type": { "id": "varchar", @@ -3388,7 +3440,7 @@ "characterMaximumLength": "50" }, { - "id": "270", + "id": "274", "name": "ip_login", "type": { "id": "inet", @@ -3400,7 +3452,7 @@ "createdAt": 1778814801981 }, { - "id": "271", + "id": "275", "name": "login_at", "type": { "id": "timestamptz", @@ -3412,7 +3464,7 @@ "createdAt": 1778814816604 }, { - "id": "272", + "id": "276", "name": "logout_at", "type": { "id": "timestamptz", @@ -3426,11 +3478,11 @@ ], "indexes": [ { - "id": "273", + "id": "277", "name": "", "unique": true, "fieldIds": [ - "263" + "267" ], "createdAt": 1778814742487, "isPrimaryKey": true @@ -3444,14 +3496,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "274", + "id": "278", "name": "comment_audit_logs", "schema": "public", "x": -1031.768269593756, "y": -322.47738647771854, "fields": [ { - "id": "275", + "id": "279", "name": "id", "type": { "id": "uuid", @@ -3463,7 +3515,7 @@ "createdAt": 1778772275091 }, { - "id": "276", + "id": "280", "name": "comment_id", "type": { "id": "uuid", @@ -3475,7 +3527,7 @@ "createdAt": 1778772293834 }, { - "id": "277", + "id": "281", "name": "performed_by", "type": { "id": "uuid", @@ -3487,7 +3539,7 @@ "createdAt": 1778772315274 }, { - "id": "278", + "id": "282", "name": "action", "type": { "id": "audit_action", @@ -3499,7 +3551,7 @@ "createdAt": 1778772326253 }, { - "id": "279", + "id": "283", "name": "created_at", "type": { "id": "timestamp", @@ -3513,11 +3565,11 @@ ], "indexes": [ { - "id": "280", + "id": "284", "name": "", "unique": true, "fieldIds": [ - "275" + "279" ], "createdAt": 1778772275091, "isPrimaryKey": true @@ -3530,14 +3582,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "281", + "id": "285", "name": "comment_likes", "schema": "public", "x": -1435.9285690968027, "y": 209.11179406446968, "fields": [ { - "id": "282", + "id": "286", "name": "user_id", "type": { "id": "uuid", @@ -3549,7 +3601,7 @@ "createdAt": 1778808096764 }, { - "id": "283", + "id": "287", "name": "comment_id", "type": { "id": "uuid", @@ -3561,7 +3613,7 @@ "createdAt": 1778808185625 }, { - "id": "284", + "id": "288", "name": "type", "type": { "id": "like_type", @@ -3573,7 +3625,7 @@ "createdAt": 1778808192863 }, { - "id": "285", + "id": "289", "name": "created_at", "type": { "id": "timestamp", @@ -3587,12 +3639,12 @@ ], "indexes": [ { - "id": "286", + "id": "290", "name": "index_1", "unique": true, "fieldIds": [ - "283", - "282" + "287", + "286" ], "createdAt": 1778808299354 } @@ -3604,14 +3656,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "287", + "id": "291", "name": "video_service_submissions", "schema": "public", "x": -371.1847878375677, "y": 1294.289208047582, "fields": [ { - "id": "288", + "id": "292", "name": "id", "type": { "id": "uuid", @@ -3623,7 +3675,7 @@ "createdAt": 1777362610195 }, { - "id": "289", + "id": "293", "name": "video_service_id", "type": { "id": "uuid", @@ -3635,7 +3687,7 @@ "createdAt": 1777362624424 }, { - "id": "290", + "id": "294", "name": "created_by", "type": { "id": "uuid", @@ -3648,7 +3700,7 @@ "comments": "" }, { - "id": "291", + "id": "295", "name": "status", "type": { "id": "status_submission", @@ -3662,7 +3714,7 @@ "comments": "" }, { - "id": "292", + "id": "296", "name": "reviewed_by", "type": { "id": "uuid", @@ -3674,7 +3726,7 @@ "createdAt": 1777362758238 }, { - "id": "293", + "id": "297", "name": "reviewed_at", "type": { "id": "timestamp", @@ -3686,7 +3738,7 @@ "createdAt": 1777363627973 }, { - "id": "294", + "id": "298", "name": "reason", "type": { "id": "text", @@ -3698,7 +3750,7 @@ "createdAt": 1777363674757 }, { - "id": "295", + "id": "299", "name": "created_at", "type": { "id": "timestamp", @@ -3713,11 +3765,11 @@ ], "indexes": [ { - "id": "296", + "id": "300", "name": "", "unique": true, "fieldIds": [ - "288" + "292" ], "createdAt": 1777362610195, "isPrimaryKey": true @@ -3731,14 +3783,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "297", + "id": "301", "name": "provisioned_users", "schema": "public", "x": 204.8991215430349, "y": -1369.625291260797, "fields": [ { - "id": "298", + "id": "302", "name": "provisioned_by", "type": { "id": "uuid", @@ -3750,7 +3802,7 @@ "createdAt": 1778517368377 }, { - "id": "299", + "id": "303", "name": "provisioned_to", "type": { "id": "uuid", @@ -3762,7 +3814,7 @@ "createdAt": 1778517463769 }, { - "id": "300", + "id": "304", "name": "provisioned_at", "type": { "id": "timestamp", @@ -3774,7 +3826,7 @@ "createdAt": 1778517476998 }, { - "id": "301", + "id": "305", "name": "reason", "type": { "id": "varchar", @@ -3795,14 +3847,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "302", + "id": "306", "name": "comment_reports", "schema": "public", "x": -1032.5934799775514, "y": -655.2659179217417, "fields": [ { - "id": "303", + "id": "307", "name": "id", "type": { "id": "uuid", @@ -3814,7 +3866,7 @@ "createdAt": 1778777460892 }, { - "id": "304", + "id": "308", "name": "reporter_id", "type": { "id": "uuid", @@ -3826,7 +3878,7 @@ "createdAt": 1778777475869 }, { - "id": "305", + "id": "309", "name": "comment_id", "type": { "id": "uuid", @@ -3838,7 +3890,7 @@ "createdAt": 1778777483534 }, { - "id": "306", + "id": "310", "name": "title", "type": { "id": "varchar", @@ -3851,7 +3903,7 @@ "characterMaximumLength": "115" }, { - "id": "307", + "id": "311", "name": "status", "type": { "id": "status_submission", @@ -3863,7 +3915,7 @@ "createdAt": 1778777836090 }, { - "id": "308", + "id": "312", "name": "description", "type": { "id": "text", @@ -3875,7 +3927,7 @@ "createdAt": 1778777519944 }, { - "id": "309", + "id": "313", "name": "reported_at", "type": { "id": "timestamp", @@ -3887,7 +3939,7 @@ "createdAt": 1778777537682 }, { - "id": "310", + "id": "314", "name": "closed_at", "type": { "id": "timestamp", @@ -3907,14 +3959,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "311", + "id": "315", "name": "user_preferences", "schema": "public", "x": -675.7144111335546, "y": -1493.2312805453928, "fields": [ { - "id": "312", + "id": "316", "name": "user_id", "type": { "id": "uuid", @@ -3926,7 +3978,7 @@ "createdAt": 1778517633815 }, { - "id": "313", + "id": "317", "name": "character_as_partner", "type": { "id": "uuid", @@ -3938,7 +3990,7 @@ "createdAt": 1778518390023 }, { - "id": "314", + "id": "318", "name": "comment_picture", "type": { "id": "varchar", @@ -3951,7 +4003,7 @@ "characterMaximumLength": "255" }, { - "id": "315", + "id": "319", "name": "enable_watch_history", "type": { "id": "boolean", @@ -3964,7 +4016,7 @@ "default": "true" }, { - "id": "316", + "id": "320", "name": "enable_search_history", "type": { "id": "boolean", @@ -3977,7 +4029,7 @@ "default": "false" }, { - "id": "317", + "id": "321", "name": "is_private_account", "type": { "id": "boolean", @@ -3990,7 +4042,7 @@ "default": "false" }, { - "id": "318", + "id": "322", "name": "can_message_me", "type": { "id": "boolean", @@ -4003,7 +4055,7 @@ "default": "true" }, { - "id": "319", + "id": "323", "name": "publish_birthday", "type": { "id": "boolean", @@ -4016,7 +4068,7 @@ "default": "false" }, { - "id": "320", + "id": "324", "name": "publish_email", "type": { "id": "boolean", @@ -4029,7 +4081,7 @@ "default": "false" }, { - "id": "321", + "id": "325", "name": "publish_phone_number", "type": { "id": "boolean", @@ -4042,7 +4094,7 @@ "default": "false" }, { - "id": "322", + "id": "326", "name": "publish_country", "type": { "id": "boolean", @@ -4055,7 +4107,7 @@ "default": "false" }, { - "id": "323", + "id": "327", "name": "publish_partner", "type": { "id": "boolean", @@ -4068,7 +4120,7 @@ "default": "true" }, { - "id": "324", + "id": "328", "name": "subscribe_to_newsletter", "type": { "id": "boolean", @@ -4081,7 +4133,7 @@ "default": "true" }, { - "id": "325", + "id": "329", "name": "enable_security_alerts", "type": { "id": "boolean", @@ -4096,11 +4148,11 @@ ], "indexes": [ { - "id": "326", + "id": "330", "name": "", "unique": true, "fieldIds": [ - "312" + "316" ], "createdAt": 1778517633815, "isPrimaryKey": true @@ -4114,14 +4166,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "327", + "id": "331", "name": "genres", "schema": "public", "x": -1033.3879847948956, "y": 283.68770102274635, "fields": [ { - "id": "328", + "id": "332", "name": "id", "type": { "id": "uuid", @@ -4133,7 +4185,7 @@ "createdAt": 1777282589094 }, { - "id": "329", + "id": "333", "name": "mal_id", "type": { "id": "smallint", @@ -4145,7 +4197,7 @@ "createdAt": 1777282589094 }, { - "id": "330", + "id": "334", "name": "name", "type": { "id": "varchar", @@ -4159,7 +4211,7 @@ "default": null }, { - "id": "331", + "id": "335", "name": "slug", "type": { "id": "varchar", @@ -4172,7 +4224,7 @@ "characterMaximumLength": "115" }, { - "id": "332", + "id": "336", "name": "thumbnail_url", "type": { "id": "varchar", @@ -4187,11 +4239,11 @@ ], "indexes": [ { - "id": "333", + "id": "337", "name": "", "unique": true, "fieldIds": [ - "328" + "332" ], "createdAt": 1777282589094, "isPrimaryKey": true @@ -4204,14 +4256,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "334", + "id": "338", "name": "user_oauth_accounts", "schema": "public", "x": 200.04156829298174, "y": -928.8832495975014, "fields": [ { - "id": "335", + "id": "339", "name": "id", "type": { "id": "uuid", @@ -4223,7 +4275,7 @@ "createdAt": 1778516299633 }, { - "id": "336", + "id": "340", "name": "user_id", "type": { "id": "uuid", @@ -4235,7 +4287,7 @@ "createdAt": 1778516366928 }, { - "id": "337", + "id": "341", "name": "provider_name", "type": { "id": "oauth_provider", @@ -4247,7 +4299,7 @@ "createdAt": 1778822365657 }, { - "id": "338", + "id": "342", "name": "provider_sub", "type": { "id": "varchar", @@ -4260,7 +4312,7 @@ "characterMaximumLength": "255" }, { - "id": "339", + "id": "343", "name": "provider_email", "type": { "id": "varchar", @@ -4274,7 +4326,7 @@ "default": null }, { - "id": "340", + "id": "344", "name": "access_token", "type": { "id": "varchar", @@ -4288,7 +4340,7 @@ "default": null }, { - "id": "341", + "id": "345", "name": "refresh_token", "type": { "id": "varchar", @@ -4301,7 +4353,7 @@ "characterMaximumLength": "255" }, { - "id": "342", + "id": "346", "name": "last_login", "type": { "id": "timestamptz", @@ -4313,7 +4365,7 @@ "createdAt": 1778516872367 }, { - "id": "343", + "id": "347", "name": "expires_at", "type": { "id": "timestamptz", @@ -4325,7 +4377,7 @@ "createdAt": 1778822177415 }, { - "id": "344", + "id": "348", "name": "created_at", "type": { "id": "timestamptz", @@ -4337,7 +4389,7 @@ "createdAt": 1778822183677 }, { - "id": "345", + "id": "349", "name": "updated_at", "type": { "id": "timestamptz", @@ -4351,22 +4403,22 @@ ], "indexes": [ { - "id": "346", + "id": "350", "name": "", "unique": true, "fieldIds": [ - "335" + "339" ], "createdAt": 1778516299633, "isPrimaryKey": true }, { - "id": "347", + "id": "351", "name": "index_2", "unique": true, "fieldIds": [ - "336", - "337" + "340", + "341" ], "createdAt": 1778516903425 } @@ -4379,14 +4431,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "348", + "id": "352", "name": "episodes", "schema": "public", "x": 196.42495741544377, "y": 550.6255135491608, "fields": [ { - "id": "349", + "id": "353", "name": "id", "type": { "id": "uuid", @@ -4398,7 +4450,7 @@ "createdAt": 1777282589093 }, { - "id": "350", + "id": "354", "name": "media_id", "type": { "id": "uuid", @@ -4410,7 +4462,7 @@ "createdAt": 1777282589093 }, { - "id": "351", + "id": "355", "name": "episode", "type": { "id": "smallint", @@ -4422,7 +4474,7 @@ "createdAt": 1777282589093 }, { - "id": "352", + "id": "356", "name": "mal_url", "type": { "id": "varchar", @@ -4435,7 +4487,7 @@ "characterMaximumLength": "255" }, { - "id": "353", + "id": "357", "name": "mal_forum_url", "type": { "id": "varchar", @@ -4448,7 +4500,7 @@ "characterMaximumLength": "255" }, { - "id": "354", + "id": "358", "name": "title", "type": { "id": "varchar", @@ -4461,7 +4513,7 @@ "characterMaximumLength": "155" }, { - "id": "355", + "id": "359", "name": "title_origin", "type": { "id": "varchar", @@ -4474,7 +4526,7 @@ "characterMaximumLength": "155" }, { - "id": "356", + "id": "360", "name": "title_romanji", "type": { "id": "varchar", @@ -4487,7 +4539,7 @@ "characterMaximumLength": "155" }, { - "id": "357", + "id": "361", "name": "aired", "type": { "id": "date", @@ -4499,7 +4551,7 @@ "createdAt": 1777282589093 }, { - "id": "358", + "id": "362", "name": "filler", "type": { "id": "boolean", @@ -4512,7 +4564,7 @@ "default": "false" }, { - "id": "359", + "id": "363", "name": "recap", "type": { "id": "boolean", @@ -4525,7 +4577,7 @@ "default": "false" }, { - "id": "360", + "id": "364", "name": "total_score", "type": { "id": "int", @@ -4537,7 +4589,7 @@ "createdAt": 1777361135322 }, { - "id": "361", + "id": "365", "name": "scored_by", "type": { "id": "int", @@ -4549,7 +4601,7 @@ "createdAt": 1777361233825 }, { - "id": "362", + "id": "366", "name": "videos", "type": { "id": "uuid", @@ -4561,7 +4613,7 @@ "createdAt": 1777282589093 }, { - "id": "363", + "id": "367", "name": "deleted_at", "type": { "id": "timestamp", @@ -4573,7 +4625,7 @@ "createdAt": 1777282589093 }, { - "id": "364", + "id": "368", "name": "updated_at", "type": { "id": "timestamp", @@ -4585,7 +4637,7 @@ "createdAt": 1777282589093 }, { - "id": "365", + "id": "369", "name": "created_at", "type": { "id": "timestamp", @@ -4599,11 +4651,11 @@ ], "indexes": [ { - "id": "366", + "id": "370", "name": "", "unique": true, "fieldIds": [ - "349" + "353" ], "createdAt": 1777282589093, "isPrimaryKey": true @@ -4617,14 +4669,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "367", + "id": "371", "name": "media_sources", "schema": "public", "x": -680.0105470895069, "y": 97.06852307742538, "fields": [ { - "id": "368", + "id": "372", "name": "id", "type": { "id": "uuid", @@ -4636,7 +4688,7 @@ "createdAt": 1777282589093 }, { - "id": "369", + "id": "373", "name": "name", "type": { "id": "varchar", @@ -4651,11 +4703,11 @@ ], "indexes": [ { - "id": "370", + "id": "374", "name": "", "unique": true, "fieldIds": [ - "368" + "372" ], "createdAt": 1777282589093, "isPrimaryKey": true @@ -4668,14 +4720,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "371", + "id": "375", "name": "media_producers", "schema": "public", "x": 194.9363737010458, "y": 104.92238147821836, "fields": [ { - "id": "372", + "id": "376", "name": "media_id", "type": { "id": "uuid", @@ -4687,7 +4739,7 @@ "createdAt": 1777360177611 }, { - "id": "373", + "id": "377", "name": "producer_id", "type": { "id": "uuid", @@ -4701,12 +4753,12 @@ ], "indexes": [ { - "id": "374", + "id": "378", "name": "", "unique": true, "fieldIds": [ - "372", - "373" + "376", + "377" ], "createdAt": 1777360177611, "isPrimaryKey": true @@ -4719,14 +4771,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "375", + "id": "379", "name": "videos", "schema": "public", "x": 613.6042418109826, "y": 563.9662290869784, "fields": [ { - "id": "376", + "id": "380", "name": "id", "type": { "id": "uuid", @@ -4738,7 +4790,7 @@ "createdAt": 1777282589094 }, { - "id": "377", + "id": "381", "name": "service_id", "type": { "id": "uuid", @@ -4750,7 +4802,7 @@ "createdAt": 1777282589094 }, { - "id": "378", + "id": "382", "name": "video_code", "type": { "id": "varchar", @@ -4763,7 +4815,7 @@ "characterMaximumLength": "255" }, { - "id": "379", + "id": "383", "name": "short_code", "type": { "id": "varchar", @@ -4776,7 +4828,7 @@ "characterMaximumLength": "255" }, { - "id": "380", + "id": "384", "name": "thumbnail_code", "type": { "id": "varchar", @@ -4789,7 +4841,7 @@ "characterMaximumLength": "255" }, { - "id": "381", + "id": "385", "name": "download_code", "type": { "id": "varchar", @@ -4802,7 +4854,7 @@ "characterMaximumLength": "255" }, { - "id": "382", + "id": "386", "name": "pending_upload", "type": { "id": "boolean", @@ -4815,7 +4867,7 @@ "default": "true" }, { - "id": "383", + "id": "387", "name": "created_by", "type": { "id": "uuid", @@ -4827,7 +4879,7 @@ "createdAt": 1777282589094 }, { - "id": "384", + "id": "388", "name": "deleted_at", "type": { "id": "timestamp", @@ -4839,7 +4891,7 @@ "createdAt": 1777282589094 }, { - "id": "385", + "id": "389", "name": "updated_at", "type": { "id": "timestamp", @@ -4851,7 +4903,7 @@ "createdAt": 1777282589094 }, { - "id": "386", + "id": "390", "name": "created_at", "type": { "id": "timestamp", @@ -4865,11 +4917,11 @@ ], "indexes": [ { - "id": "387", + "id": "391", "name": "", "unique": true, "fieldIds": [ - "376" + "380" ], "createdAt": 1777282589094, "isPrimaryKey": true @@ -4882,14 +4934,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "388", + "id": "392", "name": "producers", "schema": "public", "x": 614.2665328827337, "y": 137.7660218436568, "fields": [ { - "id": "389", + "id": "393", "name": "id", "type": { "id": "uuid", @@ -4901,7 +4953,7 @@ "createdAt": 1777282589093 }, { - "id": "390", + "id": "394", "name": "mal_id", "type": { "id": "int", @@ -4913,7 +4965,7 @@ "createdAt": 1777282589093 }, { - "id": "391", + "id": "395", "name": "type", "type": { "id": "varchar", @@ -4926,7 +4978,7 @@ "characterMaximumLength": "24" }, { - "id": "392", + "id": "396", "name": "name", "type": { "id": "varchar", @@ -4939,7 +4991,7 @@ "characterMaximumLength": "155" }, { - "id": "393", + "id": "397", "name": "url", "type": { "id": "varchar", @@ -4952,7 +5004,7 @@ "characterMaximumLength": "255" }, { - "id": "394", + "id": "398", "name": "created_by", "type": { "id": "uuid", @@ -4964,7 +5016,7 @@ "createdAt": 1777282589094 }, { - "id": "395", + "id": "399", "name": "deleted_at", "type": { "id": "timestamp", @@ -4976,7 +5028,7 @@ "createdAt": 1777282589094 }, { - "id": "396", + "id": "400", "name": "updated_at", "type": { "id": "timestamp", @@ -4988,7 +5040,7 @@ "createdAt": 1777282589094 }, { - "id": "397", + "id": "401", "name": "created_at", "type": { "id": "timestamp", @@ -5002,11 +5054,11 @@ ], "indexes": [ { - "id": "398", + "id": "402", "name": "", "unique": true, "fieldIds": [ - "389" + "393" ], "createdAt": 1777282589094, "isPrimaryKey": true @@ -5019,14 +5071,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "399", + "id": "403", "name": "voice_actors", "schema": "public", "x": -1034.5971892955995, "y": 536.4407371208936, "fields": [ { - "id": "400", + "id": "404", "name": "id", "type": { "id": "uuid", @@ -5038,7 +5090,7 @@ "createdAt": 1777282589093 }, { - "id": "401", + "id": "405", "name": "language", "type": { "id": "varchar", @@ -5051,7 +5103,7 @@ "characterMaximumLength": "115" }, { - "id": "402", + "id": "406", "name": "actor_staff", "type": { "id": "uuid", @@ -5065,11 +5117,11 @@ ], "indexes": [ { - "id": "403", + "id": "407", "name": "", "unique": true, "fieldIds": [ - "400" + "404" ], "createdAt": 1777282589093, "isPrimaryKey": true @@ -5082,14 +5134,14 @@ "diagramId": "3taaalng0ut0" }, { - "id": "404", + "id": "408", "name": "user_genre_preferences", "schema": "public", "x": -1033.5708487432953, "y": -1502.401339834144, "fields": [ { - "id": "405", + "id": "409", "name": "user_id", "type": { "id": "uuid", @@ -5101,7 +5153,7 @@ "createdAt": 1778548513047 }, { - "id": "406", + "id": "410", "name": "genre_id", "type": { "id": "uuid", @@ -5113,7 +5165,7 @@ "createdAt": 1778548529915 }, { - "id": "407", + "id": "411", "name": "state", "type": { "id": "user_preference_state", @@ -5127,12 +5179,12 @@ ], "indexes": [ { - "id": "408", + "id": "412", "name": "index_1", "unique": true, "fieldIds": [ - "405", - "406" + "409", + "410" ], "createdAt": 1778548614328 } @@ -5142,56 +5194,6 @@ "createdAt": 1778548513047, "order": 31, "diagramId": "3taaalng0ut0" - }, - { - "id": "409", - "name": "media_demographics", - "x": -681.6737980968087, - "y": 892.2019045876625, - "fields": [ - { - "id": "410", - "name": "media_id", - "type": { - "id": "uuid", - "name": "uuid" - }, - "unique": true, - "nullable": false, - "primaryKey": true, - "createdAt": 1779210978216 - }, - { - "id": "411", - "name": "genre_id", - "type": { - "id": "uuid", - "name": "uuid" - }, - "unique": true, - "nullable": false, - "primaryKey": true, - "createdAt": 1779211013182 - } - ], - "indexes": [ - { - "id": "412", - "name": "", - "fieldIds": [ - "410", - "411" - ], - "unique": true, - "isPrimaryKey": true, - "createdAt": 1779211084906 - } - ], - "color": "#ffe374", - "createdAt": 1779210978216, - "isView": false, - "order": 46, - "schema": "public" } ], "relationships": [ @@ -5199,11 +5201,11 @@ "id": "413", "name": "collection_members_collection_id_fk", "sourceSchema": "public", - "sourceTableId": "233", + "sourceTableId": "237", "targetSchema": "public", - "targetTableId": "201", - "sourceFieldId": "234", - "targetFieldId": "203", + "targetTableId": "205", + "sourceFieldId": "238", + "targetFieldId": "207", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778766565819, @@ -5213,11 +5215,11 @@ "id": "414", "name": "collection_members_invited_by_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "201", - "sourceFieldId": "156", - "targetFieldId": "206", + "targetTableId": "205", + "sourceFieldId": "160", + "targetFieldId": "210", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778766863110, @@ -5227,11 +5229,11 @@ "id": "415", "name": "collection_members_user_id_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "201", - "sourceFieldId": "156", - "targetFieldId": "204", + "targetTableId": "205", + "sourceFieldId": "160", + "targetFieldId": "208", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778766807732, @@ -5241,11 +5243,11 @@ "id": "416", "name": "comment_audit_logs_comment_id_fk", "sourceSchema": "public", - "sourceTableId": "123", + "sourceTableId": "127", "targetSchema": "public", - "targetTableId": "274", - "sourceFieldId": "124", - "targetFieldId": "276", + "targetTableId": "278", + "sourceFieldId": "128", + "targetFieldId": "280", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778777327740, @@ -5255,11 +5257,11 @@ "id": "417", "name": "comment_audit_logs_performed_by_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "274", - "sourceFieldId": "156", - "targetFieldId": "277", + "targetTableId": "278", + "sourceFieldId": "160", + "targetFieldId": "281", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778777342519, @@ -5269,11 +5271,11 @@ "id": "418", "name": "comment_likes_comment_id_fk", "sourceSchema": "public", - "sourceTableId": "123", + "sourceTableId": "127", "targetSchema": "public", - "targetTableId": "281", - "sourceFieldId": "124", - "targetFieldId": "283", + "targetTableId": "285", + "sourceFieldId": "128", + "targetFieldId": "287", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778808350916, @@ -5283,11 +5285,11 @@ "id": "419", "name": "comment_likes_user_id_fk", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "281", - "sourceFieldId": "77", - "targetFieldId": "282", + "targetTableId": "285", + "sourceFieldId": "81", + "targetFieldId": "286", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778808338630, @@ -5297,11 +5299,11 @@ "id": "420", "name": "comment_reports_comment_id_fk", "sourceSchema": "public", - "sourceTableId": "123", + "sourceTableId": "127", "targetSchema": "public", - "targetTableId": "302", - "sourceFieldId": "124", - "targetFieldId": "305", + "targetTableId": "306", + "sourceFieldId": "128", + "targetFieldId": "309", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778777586444, @@ -5311,11 +5313,11 @@ "id": "421", "name": "comment_reports_reporter_id_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "302", - "sourceFieldId": "156", - "targetFieldId": "304", + "targetTableId": "306", + "sourceFieldId": "160", + "targetFieldId": "308", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778777570446, @@ -5325,11 +5327,11 @@ "id": "422", "name": "comments_episode_id_fk", "sourceSchema": "public", - "sourceTableId": "348", + "sourceTableId": "352", "targetSchema": "public", - "targetTableId": "123", - "sourceFieldId": "349", - "targetFieldId": "126", + "targetTableId": "127", + "sourceFieldId": "353", + "targetFieldId": "130", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778777292243, @@ -5339,11 +5341,11 @@ "id": "423", "name": "comments_user_id_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "123", - "sourceFieldId": "156", - "targetFieldId": "125", + "targetTableId": "127", + "sourceFieldId": "160", + "targetFieldId": "129", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778777252269, @@ -5353,11 +5355,11 @@ "id": "424", "name": "episodes_media_id_medias_id", "sourceSchema": "public", - "sourceTableId": "348", + "sourceTableId": "352", "targetSchema": "public", - "targetTableId": "76", - "sourceFieldId": "350", - "targetFieldId": "77", + "targetTableId": "80", + "sourceFieldId": "354", + "targetFieldId": "81", "sourceCardinality": "many", "targetCardinality": "one", "createdAt": 1777282589094, @@ -5367,11 +5369,11 @@ "id": "425", "name": "episodes_videos_videos_id", "sourceSchema": "public", - "sourceTableId": "348", + "sourceTableId": "352", "targetSchema": "public", - "targetTableId": "375", - "sourceFieldId": "362", - "targetFieldId": "376", + "targetTableId": "379", + "sourceFieldId": "366", + "targetFieldId": "380", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777282589095, @@ -5381,11 +5383,11 @@ "id": "426", "name": "genre_selected_genre_id_fk", "sourceSchema": "public", - "sourceTableId": "327", + "sourceTableId": "331", "targetSchema": "public", - "targetTableId": "404", - "sourceFieldId": "328", - "targetFieldId": "406", + "targetTableId": "408", + "sourceFieldId": "332", + "targetFieldId": "410", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778548598785, @@ -5395,11 +5397,11 @@ "id": "427", "name": "genre_selected_user_id_fk", "sourceSchema": "public", - "sourceTableId": "311", + "sourceTableId": "315", "targetSchema": "public", - "targetTableId": "404", - "sourceFieldId": "312", - "targetFieldId": "405", + "targetTableId": "408", + "sourceFieldId": "316", + "targetFieldId": "409", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778548583401, @@ -5409,11 +5411,11 @@ "id": "428", "name": "genres_id_fk", "sourceSchema": "public", - "sourceTableId": "327", + "sourceTableId": "331", "targetSchema": "public", - "targetTableId": "72", - "sourceFieldId": "328", - "targetFieldId": "74", + "targetTableId": "76", + "sourceFieldId": "332", + "targetFieldId": "78", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777295361546, @@ -5423,11 +5425,11 @@ "id": "429", "name": "home_media_banner_created_by_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "47", - "sourceFieldId": "156", - "targetFieldId": "50", + "targetTableId": "51", + "sourceFieldId": "160", + "targetFieldId": "54", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778771806907, @@ -5437,11 +5439,11 @@ "id": "430", "name": "home_media_banner_media_id_fk", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "47", - "sourceFieldId": "77", - "targetFieldId": "49", + "targetTableId": "51", + "sourceFieldId": "81", + "targetFieldId": "53", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778771781222, @@ -5451,11 +5453,11 @@ "id": "431", "name": "media_characters_characters_characters_id", "sourceSchema": "public", - "sourceTableId": "31", + "sourceTableId": "35", "targetSchema": "public", - "targetTableId": "1", - "sourceFieldId": "34", - "targetFieldId": "2", + "targetTableId": "5", + "sourceFieldId": "38", + "targetFieldId": "6", "sourceCardinality": "many", "targetCardinality": "one", "createdAt": 1777282589094, @@ -5465,11 +5467,11 @@ "id": "432", "name": "media_characters_voice_actor_voice_actors_id", "sourceSchema": "public", - "sourceTableId": "31", + "sourceTableId": "35", "targetSchema": "public", - "targetTableId": "399", - "sourceFieldId": "35", - "targetFieldId": "400", + "targetTableId": "403", + "sourceFieldId": "39", + "targetFieldId": "404", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777282589095, @@ -5479,11 +5481,11 @@ "id": "433", "name": "media_collections_added_by_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "209", - "sourceFieldId": "156", - "targetFieldId": "212", + "targetTableId": "213", + "sourceFieldId": "160", + "targetFieldId": "216", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778733368958, @@ -5493,11 +5495,11 @@ "id": "434", "name": "media_collections_collection_id_fk", "sourceSchema": "public", - "sourceTableId": "233", + "sourceTableId": "237", "targetSchema": "public", - "targetTableId": "209", - "sourceFieldId": "234", - "targetFieldId": "210", + "targetTableId": "213", + "sourceFieldId": "238", + "targetFieldId": "214", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778733702652, @@ -5505,743 +5507,745 @@ }, { "id": "435", + "name": "media_demographics_genre_id_fk", + "sourceSchema": "public", + "sourceTableId": "331", + "targetSchema": "public", + "targetTableId": "1", + "sourceFieldId": "332", + "targetFieldId": "3", + "sourceCardinality": "one", + "targetCardinality": "many", + "createdAt": 1779211061425, + "diagramId": "3taaalng0ut0" + }, + { + "id": "436", "name": "media_explicit_genres_genre_id_fk", "sourceSchema": "public", - "sourceTableId": "327", + "sourceTableId": "331", "targetSchema": "public", - "targetTableId": "225", - "sourceFieldId": "328", - "targetFieldId": "227", + "targetTableId": "229", + "sourceFieldId": "332", + "targetFieldId": "231", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777283900006, "diagramId": "3taaalng0ut0" }, { - "id": "436", + "id": "437", "name": "media_explicit_genres_media_id_fk", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "225", - "sourceFieldId": "106", - "targetFieldId": "226", + "targetTableId": "229", + "sourceFieldId": "110", + "targetFieldId": "230", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777283887322, "diagramId": "3taaalng0ut0" }, { - "id": "437", + "id": "438", "name": "media_external_links_media_id_fk", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "56", - "sourceFieldId": "77", - "targetFieldId": "58", + "targetTableId": "60", + "sourceFieldId": "81", + "targetFieldId": "62", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777299855251, "diagramId": "3taaalng0ut0" }, { - "id": "438", + "id": "439", "name": "media_external_links_media_id_medias_id", "sourceSchema": "public", - "sourceTableId": "56", + "sourceTableId": "60", "targetSchema": "public", - "targetTableId": "76", - "sourceFieldId": "58", - "targetFieldId": "77", + "targetTableId": "80", + "sourceFieldId": "62", + "targetFieldId": "81", "sourceCardinality": "many", "targetCardinality": "one", "createdAt": 1777282589094, "diagramId": "3taaalng0ut0" }, { - "id": "439", + "id": "440", "name": "media_genres_genre_id_fk", "sourceSchema": "public", - "sourceTableId": "327", + "sourceTableId": "331", "targetSchema": "public", - "targetTableId": "14", - "sourceFieldId": "328", - "targetFieldId": "16", + "targetTableId": "18", + "sourceFieldId": "332", + "targetFieldId": "20", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777283616203, "diagramId": "3taaalng0ut0" }, { - "id": "440", + "id": "441", "name": "media_genres_media_id_fk", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "14", - "sourceFieldId": "105", - "targetFieldId": "15", + "targetTableId": "18", + "sourceFieldId": "109", + "targetFieldId": "19", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777283611719, "diagramId": "3taaalng0ut0" }, { - "id": "441", + "id": "442", "name": "media_producers_producer_id_fk", "sourceSchema": "public", - "sourceTableId": "388", + "sourceTableId": "392", "targetSchema": "public", - "targetTableId": "371", - "sourceFieldId": "389", - "targetFieldId": "373", + "targetTableId": "375", + "sourceFieldId": "393", + "targetFieldId": "377", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777360252829, "diagramId": "3taaalng0ut0" }, { - "id": "442", + "id": "443", "name": "media_relations_target_media_fk", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "220", - "sourceFieldId": "77", - "targetFieldId": "223", + "targetTableId": "224", + "sourceFieldId": "81", + "targetFieldId": "226", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777299808576, "diagramId": "3taaalng0ut0" }, { - "id": "443", + "id": "444", "name": "media_relations_target_media_fk", "sourceSchema": "public", - "sourceTableId": "220", + "sourceTableId": "224", "targetSchema": "public", - "targetTableId": "76", - "sourceFieldId": "223", - "targetFieldId": "77", + "targetTableId": "80", + "sourceFieldId": "226", + "targetFieldId": "81", "sourceCardinality": "one", "targetCardinality": "one", "createdAt": 1777299804996, "diagramId": "3taaalng0ut0" }, { - "id": "444", + "id": "445", "name": "media_relations_target_media_fk", "sourceSchema": "public", - "sourceTableId": "220", + "sourceTableId": "224", "targetSchema": "public", - "targetTableId": "76", - "sourceFieldId": "223", - "targetFieldId": "77", + "targetTableId": "80", + "sourceFieldId": "226", + "targetFieldId": "81", "sourceCardinality": "one", "targetCardinality": "one", "createdAt": 1777299795695, "diagramId": "3taaalng0ut0" }, { - "id": "445", + "id": "446", "name": "media_relations_target_media_medias_id", "sourceSchema": "public", - "sourceTableId": "220", + "sourceTableId": "224", "targetSchema": "public", - "targetTableId": "76", - "sourceFieldId": "223", - "targetFieldId": "77", + "targetTableId": "80", + "sourceFieldId": "226", + "targetFieldId": "81", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777282589094, "diagramId": "3taaalng0ut0" }, - { - "id": "446", - "name": "media_submissions_media_id_fk", - "sourceSchema": "public", - "sourceTableId": "37", - "targetSchema": "public", - "targetTableId": "76", - "sourceFieldId": "39", - "targetFieldId": "77", - "sourceCardinality": "one", - "targetCardinality": "many", - "createdAt": 1777636061160, - "diagramId": "3taaalng0ut0" - }, { "id": "447", "name": "media_submissions_media_id_fk", "sourceSchema": "public", - "sourceTableId": "37", + "sourceTableId": "41", "targetSchema": "public", - "targetTableId": "76", - "sourceFieldId": "39", - "targetFieldId": "77", + "targetTableId": "80", + "sourceFieldId": "43", + "targetFieldId": "81", + "sourceCardinality": "one", + "targetCardinality": "many", + "createdAt": 1777636061160, + "diagramId": "3taaalng0ut0" + }, + { + "id": "448", + "name": "media_submissions_media_id_fk", + "sourceSchema": "public", + "sourceTableId": "41", + "targetSchema": "public", + "targetTableId": "80", + "sourceFieldId": "43", + "targetFieldId": "81", "sourceCardinality": "one", "targetCardinality": "one", "createdAt": 1777364362256, "diagramId": "3taaalng0ut0" }, { - "id": "448", + "id": "449", "name": "media_types_id_medias_type", "sourceSchema": "public", - "sourceTableId": "146", + "sourceTableId": "150", "targetSchema": "public", - "targetTableId": "76", - "sourceFieldId": "147", - "targetFieldId": "88", + "targetTableId": "80", + "sourceFieldId": "151", + "targetFieldId": "92", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777282589094, "diagramId": "3taaalng0ut0" }, { - "id": "449", + "id": "450", "name": "medias_age_rating_media_age_ratings_id", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "187", - "sourceFieldId": "94", - "targetFieldId": "188", + "targetTableId": "191", + "sourceFieldId": "98", + "targetFieldId": "192", "sourceCardinality": "many", "targetCardinality": "one", "createdAt": 1777282589094, "diagramId": "3taaalng0ut0" }, { - "id": "450", + "id": "451", "name": "medias_characters_media_characters_id", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "31", - "sourceFieldId": "111", - "targetFieldId": "32", + "targetTableId": "35", + "sourceFieldId": "115", + "targetFieldId": "36", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777282589094, "diagramId": "3taaalng0ut0" }, { - "id": "451", + "id": "452", "name": "medias_country_fk", "sourceSchema": "public", - "sourceTableId": "19", + "sourceTableId": "23", "targetSchema": "public", - "targetTableId": "76", - "sourceFieldId": "20", - "targetFieldId": "100", + "targetTableId": "80", + "sourceFieldId": "24", + "targetFieldId": "104", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778402285202, "diagramId": "3taaalng0ut0" }, { - "id": "452", + "id": "453", + "name": "medias_demographics_fk", + "sourceSchema": "public", + "sourceTableId": "80", + "targetSchema": "public", + "targetTableId": "1", + "sourceFieldId": "112", + "targetFieldId": "2", + "sourceCardinality": "one", + "targetCardinality": "many", + "createdAt": 1779211057969, + "diagramId": "3taaalng0ut0" + }, + { + "id": "454", "name": "medias_external_links_media_external_links_id", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "56", - "sourceFieldId": "110", - "targetFieldId": "57", + "targetTableId": "60", + "sourceFieldId": "114", + "targetFieldId": "61", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777282589094, "diagramId": "3taaalng0ut0" }, { - "id": "453", + "id": "455", "name": "medias_id_fk", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "209", - "sourceFieldId": "77", - "targetFieldId": "211", + "targetTableId": "213", + "sourceFieldId": "81", + "targetFieldId": "215", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778733359073, "diagramId": "3taaalng0ut0" }, { - "id": "454", + "id": "456", "name": "medias_licensors_fk", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "258", - "sourceFieldId": "103", - "targetFieldId": "259", + "targetTableId": "262", + "sourceFieldId": "107", + "targetFieldId": "263", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777360403880, "diagramId": "3taaalng0ut0" }, { - "id": "455", + "id": "457", "name": "medias_producers_fk", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "371", - "sourceFieldId": "102", - "targetFieldId": "372", + "targetTableId": "375", + "sourceFieldId": "106", + "targetFieldId": "376", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777360239834, "diagramId": "3taaalng0ut0" }, { - "id": "456", + "id": "458", "name": "medias_relations_media_relations_id", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "220", - "sourceFieldId": "109", - "targetFieldId": "221", + "targetTableId": "224", + "sourceFieldId": "113", + "targetFieldId": "225", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777282589094, "diagramId": "3taaalng0ut0" }, { - "id": "457", + "id": "459", "name": "medias_source_media_sources_id", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "367", - "sourceFieldId": "89", - "targetFieldId": "368", + "targetTableId": "371", + "sourceFieldId": "93", + "targetFieldId": "372", "sourceCardinality": "many", "targetCardinality": "one", "createdAt": 1777282589094, "diagramId": "3taaalng0ut0" }, { - "id": "458", + "id": "460", "name": "medias_status_media_statuses_id", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "229", - "sourceFieldId": "90", - "targetFieldId": "230", + "targetTableId": "233", + "sourceFieldId": "94", + "targetFieldId": "234", "sourceCardinality": "many", "targetCardinality": "one", "createdAt": 1777282589094, "diagramId": "3taaalng0ut0" }, { - "id": "459", + "id": "461", "name": "medias_studios_fk", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "119", - "sourceFieldId": "104", - "targetFieldId": "120", + "targetTableId": "123", + "sourceFieldId": "108", + "targetFieldId": "124", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777360574406, "diagramId": "3taaalng0ut0" }, { - "id": "460", + "id": "462", "name": "medias_themes_fk", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "72", - "sourceFieldId": "107", - "targetFieldId": "73", + "targetTableId": "76", + "sourceFieldId": "111", + "targetFieldId": "77", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777295350412, "diagramId": "3taaalng0ut0" }, { - "id": "461", + "id": "463", "name": "medias_trailers_media_trailers_id", "sourceSchema": "public", - "sourceTableId": "76", + "sourceTableId": "80", "targetSchema": "public", - "targetTableId": "192", - "sourceFieldId": "83", - "targetFieldId": "193", + "targetTableId": "196", + "sourceFieldId": "87", + "targetFieldId": "197", "sourceCardinality": "one", "targetCardinality": "one", "createdAt": 1777282589094, "diagramId": "3taaalng0ut0" }, { - "id": "462", + "id": "464", "name": "producers_id_fk", "sourceSchema": "public", - "sourceTableId": "388", + "sourceTableId": "392", "targetSchema": "public", - "targetTableId": "119", - "sourceFieldId": "389", - "targetFieldId": "121", + "targetTableId": "123", + "sourceFieldId": "393", + "targetFieldId": "125", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777360597827, "diagramId": "3taaalng0ut0" }, { - "id": "463", + "id": "465", "name": "producers_id_fk", "sourceSchema": "public", - "sourceTableId": "388", + "sourceTableId": "392", "targetSchema": "public", - "targetTableId": "258", - "sourceFieldId": "389", - "targetFieldId": "260", + "targetTableId": "262", + "sourceFieldId": "393", + "targetFieldId": "264", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1777360416280, "diagramId": "3taaalng0ut0" }, { - "id": "464", + "id": "466", "name": "provisioned_users_provisioned_by_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "297", - "sourceFieldId": "156", - "targetFieldId": "298", + "targetTableId": "301", + "sourceFieldId": "160", + "targetFieldId": "302", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778517515380, "diagramId": "3taaalng0ut0" }, { - "id": "465", + "id": "467", "name": "provisioned_users_provisioned_to_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "297", - "sourceFieldId": "156", - "targetFieldId": "299", + "targetTableId": "301", + "sourceFieldId": "160", + "targetFieldId": "303", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778517541887, "diagramId": "3taaalng0ut0" }, { - "id": "466", + "id": "468", "name": "rating_selected_rating_id_fk", "sourceSchema": "public", - "sourceTableId": "187", + "sourceTableId": "191", "targetSchema": "public", - "targetTableId": "142", - "sourceFieldId": "188", - "targetFieldId": "144", + "targetTableId": "146", + "sourceFieldId": "192", + "targetFieldId": "148", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778548767353, "diagramId": "3taaalng0ut0" }, { - "id": "467", + "id": "469", "name": "rating_selected_user_id_fk", "sourceSchema": "public", - "sourceTableId": "311", + "sourceTableId": "315", "targetSchema": "public", - "targetTableId": "142", - "sourceFieldId": "312", - "targetFieldId": "143", + "targetTableId": "146", + "sourceFieldId": "316", + "targetFieldId": "147", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778548748682, "diagramId": "3taaalng0ut0" }, { - "id": "468", + "id": "470", "name": "user_addresses_user_id_fk", "sourceSchema": "public", - "sourceTableId": "62", + "sourceTableId": "66", "targetSchema": "public", - "targetTableId": "155", - "sourceFieldId": "63", - "targetFieldId": "156", + "targetTableId": "159", + "sourceFieldId": "67", + "targetFieldId": "160", "sourceCardinality": "one", "targetCardinality": "one", "createdAt": 1778816615538, "diagramId": "3taaalng0ut0" }, { - "id": "469", + "id": "471", "name": "user_country_preferences_country_id_fk", "sourceSchema": "public", - "sourceTableId": "19", + "sourceTableId": "23", "targetSchema": "public", - "targetTableId": "27", - "sourceFieldId": "20", - "targetFieldId": "29", + "targetTableId": "31", + "sourceFieldId": "24", + "targetFieldId": "33", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778549061296, "diagramId": "3taaalng0ut0" }, { - "id": "470", + "id": "472", "name": "user_country_preferences_user_id_fk", "sourceSchema": "public", - "sourceTableId": "311", + "sourceTableId": "315", "targetSchema": "public", - "targetTableId": "27", - "sourceFieldId": "312", - "targetFieldId": "28", + "targetTableId": "31", + "sourceFieldId": "316", + "targetFieldId": "32", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778549044482, "diagramId": "3taaalng0ut0" }, { - "id": "471", + "id": "473", "name": "user_follows_follower_id_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "215", - "sourceFieldId": "156", - "targetFieldId": "216", + "targetTableId": "219", + "sourceFieldId": "160", + "targetFieldId": "220", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778402073659, "diagramId": "3taaalng0ut0" }, { - "id": "472", + "id": "474", "name": "user_follows_following_id_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "215", - "sourceFieldId": "156", - "targetFieldId": "217", + "targetTableId": "219", + "sourceFieldId": "160", + "targetFieldId": "221", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778402077836, "diagramId": "3taaalng0ut0" }, { - "id": "473", + "id": "475", "name": "user_oauth_credentials_user_id_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "334", - "sourceFieldId": "156", - "targetFieldId": "336", + "targetTableId": "338", + "sourceFieldId": "160", + "targetFieldId": "340", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778822260934, "diagramId": "3taaalng0ut0" }, { - "id": "474", + "id": "476", "name": "user_preferences_character_as_partner_fk", "sourceSchema": "public", - "sourceTableId": "1", + "sourceTableId": "5", "targetSchema": "public", - "targetTableId": "311", - "sourceFieldId": "2", - "targetFieldId": "313", + "targetTableId": "315", + "sourceFieldId": "6", + "targetFieldId": "317", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778518451836, "diagramId": "3taaalng0ut0" }, { - "id": "475", + "id": "477", "name": "user_preferences_user_id_fk", "sourceSchema": "public", - "sourceTableId": "311", + "sourceTableId": "315", "targetSchema": "public", - "targetTableId": "155", - "sourceFieldId": "312", - "targetFieldId": "156", + "targetTableId": "159", + "sourceFieldId": "316", + "targetFieldId": "160", "sourceCardinality": "one", "targetCardinality": "one", "createdAt": 1778517654898, "diagramId": "3taaalng0ut0" }, { - "id": "476", + "id": "478", "name": "user_sessions_user_id_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "262", - "sourceFieldId": "156", - "targetFieldId": "264", + "targetTableId": "266", + "sourceFieldId": "160", + "targetFieldId": "268", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778815073839, "diagramId": "3taaalng0ut0" }, { - "id": "477", + "id": "479", "name": "user_watch_histories_episode_id_fk", "sourceSchema": "public", - "sourceTableId": "348", + "sourceTableId": "352", "targetSchema": "public", - "targetTableId": "150", - "sourceFieldId": "349", - "targetFieldId": "152", + "targetTableId": "154", + "sourceFieldId": "353", + "targetFieldId": "156", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778732139998, "diagramId": "3taaalng0ut0" }, { - "id": "478", + "id": "480", "name": "user_watch_histories_user_id_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "150", - "sourceFieldId": "156", - "targetFieldId": "151", + "targetTableId": "154", + "sourceFieldId": "160", + "targetFieldId": "155", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778731708617, "diagramId": "3taaalng0ut0" }, { - "id": "479", + "id": "481", "name": "users_country_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "19", - "sourceFieldId": "167", - "targetFieldId": "20", + "targetTableId": "23", + "sourceFieldId": "171", + "targetFieldId": "24", "sourceCardinality": "one", "targetCardinality": "one", "createdAt": 1778401651979, "diagramId": "3taaalng0ut0" }, { - "id": "480", + "id": "482", "name": "video_service_submissions_video_service_id_fk", "sourceSchema": "public", - "sourceTableId": "287", + "sourceTableId": "291", "targetSchema": "public", - "targetTableId": "241", - "sourceFieldId": "289", - "targetFieldId": "242", + "targetTableId": "245", + "sourceFieldId": "293", + "targetFieldId": "246", "sourceCardinality": "one", "targetCardinality": "one", "createdAt": 1777364068966, "diagramId": "3taaalng0ut0" }, { - "id": "481", + "id": "483", "name": "video_submissions_created_by_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "177", - "sourceFieldId": "156", - "targetFieldId": "180", + "targetTableId": "181", + "sourceFieldId": "160", + "targetFieldId": "184", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778732667055, "diagramId": "3taaalng0ut0" }, { - "id": "482", + "id": "484", "name": "video_submissions_reviewed_by_fk", "sourceSchema": "public", - "sourceTableId": "155", + "sourceTableId": "159", "targetSchema": "public", - "targetTableId": "177", - "sourceFieldId": "156", - "targetFieldId": "181", + "targetTableId": "181", + "sourceFieldId": "160", + "targetFieldId": "185", "sourceCardinality": "one", "targetCardinality": "many", "createdAt": 1778732708490, "diagramId": "3taaalng0ut0" }, { - "id": "483", + "id": "485", "name": "video_submissions_video_id_fk", "sourceSchema": "public", - "sourceTableId": "177", + "sourceTableId": "181", "targetSchema": "public", - "targetTableId": "375", - "sourceFieldId": "179", - "targetFieldId": "376", + "targetTableId": "379", + "sourceFieldId": "183", + "targetFieldId": "380", "sourceCardinality": "one", "targetCardinality": "one", "createdAt": 1778732648012, "diagramId": "3taaalng0ut0" }, { - "id": "484", + "id": "486", "name": "videos_service_id_video_services_id", "sourceSchema": "public", - "sourceTableId": "375", + "sourceTableId": "379", "targetSchema": "public", - "targetTableId": "241", - "sourceFieldId": "377", - "targetFieldId": "242", + "targetTableId": "245", + "sourceFieldId": "381", + "targetFieldId": "246", "sourceCardinality": "many", "targetCardinality": "one", "createdAt": 1777282589095, "diagramId": "3taaalng0ut0" }, { - "id": "485", + "id": "487", "name": "voice_actors_actor_staff_staff_id", "sourceSchema": "public", - "sourceTableId": "399", + "sourceTableId": "403", "targetSchema": "public", - "targetTableId": "132", - "sourceFieldId": "402", - "targetFieldId": "133", + "targetTableId": "136", + "sourceFieldId": "406", + "targetFieldId": "137", "sourceCardinality": "many", "targetCardinality": "one", "createdAt": 1777282589094, "diagramId": "3taaalng0ut0" - }, - { - "id": "486", - "name": "medias_demographics_fk", - "sourceSchema": "public", - "sourceTableId": "76", - "targetSchema": "public", - "targetTableId": "409", - "sourceFieldId": "108", - "targetFieldId": "410", - "sourceCardinality": "one", - "targetCardinality": "many", - "createdAt": 1779211057969 - }, - { - "id": "487", - "name": "media_demographics_genre_id_fk", - "sourceSchema": "public", - "sourceTableId": "327", - "targetSchema": "public", - "targetTableId": "409", - "sourceFieldId": "328", - "targetFieldId": "411", - "sourceCardinality": "one", - "targetCardinality": "many", - "createdAt": 1779211061425 } ], "dependencies": [], diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 2b29399..014771e 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -255,7 +255,7 @@ model Media { explicit_genres MediaExplicitGenre[] themes MediaTheme[] demographics MediaDemographic[] - // relations MediaRelation[] + relations MediaRelation[] @relation("MediaRelationMedia") // external_links MediaExternalLink[] // characters MediaCharacter[] // approved_by User? @relation(fields: [approver_id], references: [id]) @@ -271,6 +271,7 @@ model Media { status_id String @db.Uuid age_rating_id String? @db.Uuid country_id String? @db.Uuid + related_media MediaRelation[] @relation("MediaRelationRelatedMedia") @@map("medias") } @@ -420,6 +421,17 @@ model Genre { @@map("genres") } +model MediaRelation { + media Media @relation(fields: [media_id], references: [id], name: "MediaRelationMedia") + related_media Media @relation(fields: [related_media_id], references: [id], name: "MediaRelationRelatedMedia") + relation_type String @db.VarChar(50) + + media_id String @db.Uuid + related_media_id String @db.Uuid + @@id([media_id, related_media_id]) + @@map("media_relations") +} + /**