🗃️ db: add media_external_links model

This commit is contained in:
2026-05-18 21:00:00 +07:00
parent 743abc0b7a
commit 2b5ee22731
2 changed files with 16 additions and 6 deletions

View File

@ -2,7 +2,7 @@
"id": "0",
"name": "Main Diagram",
"createdAt": "2026-05-19T16:28:02.086Z",
"updatedAt": "2026-05-20T01:23:06.250Z",
"updatedAt": "2026-05-21T15:34:35.866Z",
"databaseType": "postgresql",
"tables": [
{
@ -768,26 +768,26 @@
},
{
"id": "62",
"name": "media_id",
"name": "media",
"type": {
"id": "uuid",
"name": "uuid"
},
"primaryKey": false,
"unique": false,
"nullable": true,
"nullable": false,
"createdAt": 1777282589093
},
{
"id": "63",
"name": "name",
"name": "site_name",
"type": {
"id": "varchar",
"name": "varchar"
},
"primaryKey": false,
"unique": false,
"nullable": true,
"nullable": false,
"createdAt": 1777282589093,
"characterMaximumLength": "64"
},