4 Post related external links
9 | Field | Description | Type | Null | Key | Default | Extra |
10 | -------- | --------------------------------------------------------- | ----------------- | ---- | --- | ------- | -------------- |
11 | id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
12 | uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | NO | | NULL | |
13 | url | External URL | varbinary(511) | NO | | NULL | |
14 | mimetype | | varchar(60) | YES | | NULL | |
15 | height | Height of the media | smallint unsigned | YES | | NULL | |
16 | width | Width of the media | smallint unsigned | YES | | NULL | |
17 | blurhash | BlurHash representation of the link | varbinary(255) | YES | | NULL | |
23 | ---------- | ------------------- |
25 | uri-id-url | UNIQUE, uri-id, url |
30 | Field | Target Table | Target Field |
31 |-------|--------------|--------------|
32 | uri-id | [item-uri](help/database/db_item-uri) | id |
34 Return to [database documentation](help/database)