song-embed/drizzle/20260317222101_init/snapshot.json
2026-03-17 23:40:24 +01:00

301 lines
No EOL
6.4 KiB
JSON

{
"version": "8",
"dialect": "postgres",
"id": "d5ca0c9f-769c-4ef2-9f04-b827269451a2",
"prevIds": [
"00000000-0000-0000-0000-000000000000"
],
"ddl": [
{
"name": "song_link",
"entityType": "schemas"
},
{
"values": [
"song",
"album"
],
"name": "entity_type",
"entityType": "enums",
"schema": "public"
},
{
"isRlsEnabled": false,
"name": "entities",
"entityType": "tables",
"schema": "song_link"
},
{
"isRlsEnabled": false,
"name": "unique_ids",
"entityType": "tables",
"schema": "song_link"
},
{
"isRlsEnabled": false,
"name": "urls",
"entityType": "tables",
"schema": "song_link"
},
{
"type": "serial",
"typeSchema": null,
"notNull": true,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "id",
"entityType": "columns",
"schema": "song_link",
"table": "entities"
},
{
"type": "entity_type",
"typeSchema": "public",
"notNull": true,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "type",
"entityType": "columns",
"schema": "song_link",
"table": "entities"
},
{
"type": "text",
"typeSchema": null,
"notNull": true,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "title",
"entityType": "columns",
"schema": "song_link",
"table": "entities"
},
{
"type": "text",
"typeSchema": null,
"notNull": true,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "page_url",
"entityType": "columns",
"schema": "song_link",
"table": "entities"
},
{
"type": "text",
"typeSchema": null,
"notNull": true,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "artist_name",
"entityType": "columns",
"schema": "song_link",
"table": "entities"
},
{
"type": "text",
"typeSchema": null,
"notNull": true,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "thumbnail",
"entityType": "columns",
"schema": "song_link",
"table": "entities"
},
{
"type": "integer",
"typeSchema": null,
"notNull": true,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "thumbnail_w",
"entityType": "columns",
"schema": "song_link",
"table": "entities"
},
{
"type": "integer",
"typeSchema": null,
"notNull": true,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "thumbnail_h",
"entityType": "columns",
"schema": "song_link",
"table": "entities"
},
{
"type": "integer",
"typeSchema": null,
"notNull": false,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "duration",
"entityType": "columns",
"schema": "song_link",
"table": "entities"
},
{
"type": "text",
"typeSchema": null,
"notNull": false,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "albumUrl",
"entityType": "columns",
"schema": "song_link",
"table": "entities"
},
{
"type": "integer",
"typeSchema": null,
"notNull": false,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "release_year",
"entityType": "columns",
"schema": "song_link",
"table": "entities"
},
{
"type": "text",
"typeSchema": null,
"notNull": true,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "id",
"entityType": "columns",
"schema": "song_link",
"table": "unique_ids"
},
{
"type": "integer",
"typeSchema": null,
"notNull": true,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "entity_id",
"entityType": "columns",
"schema": "song_link",
"table": "unique_ids"
},
{
"type": "text",
"typeSchema": null,
"notNull": true,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "url",
"entityType": "columns",
"schema": "song_link",
"table": "urls"
},
{
"type": "text",
"typeSchema": null,
"notNull": true,
"dimensions": 0,
"default": null,
"generated": null,
"identity": null,
"name": "unique_id",
"entityType": "columns",
"schema": "song_link",
"table": "urls"
},
{
"nameExplicit": false,
"columns": [
"entity_id"
],
"schemaTo": "song_link",
"tableTo": "entities",
"columnsTo": [
"id"
],
"onUpdate": "NO ACTION",
"onDelete": "NO ACTION",
"name": "unique_ids_entity_id_entities_id_fkey",
"entityType": "fks",
"schema": "song_link",
"table": "unique_ids"
},
{
"nameExplicit": false,
"columns": [
"unique_id"
],
"schemaTo": "song_link",
"tableTo": "unique_ids",
"columnsTo": [
"id"
],
"onUpdate": "NO ACTION",
"onDelete": "NO ACTION",
"name": "urls_unique_id_unique_ids_id_fkey",
"entityType": "fks",
"schema": "song_link",
"table": "urls"
},
{
"columns": [
"id"
],
"nameExplicit": false,
"name": "entities_pkey",
"schema": "song_link",
"table": "entities",
"entityType": "pks"
},
{
"columns": [
"id"
],
"nameExplicit": false,
"name": "unique_ids_pkey",
"schema": "song_link",
"table": "unique_ids",
"entityType": "pks"
},
{
"columns": [
"url"
],
"nameExplicit": false,
"name": "urls_pkey",
"schema": "song_link",
"table": "urls",
"entityType": "pks"
}
],
"renames": []
}