1
0
Fork 0

Store the tag type for the post targets

This commit is contained in:
Michael 2022-04-23 11:39:19 +00:00
commit 060597f619
8 changed files with 96 additions and 24 deletions

View file

@ -6,11 +6,12 @@ tags and mentions
Fields
------
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | -------------- | ---- | --- | ------- | -------------- |
| id | | int unsigned | NO | PRI | NULL | auto_increment |
| name | | varchar(96) | NO | | | |
| url | | varbinary(255) | NO | | | |
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ------------------------------------------------ | ---------------- | ---- | --- | ------- | -------------- |
| id | | int unsigned | NO | PRI | NULL | auto_increment |
| name | | varchar(96) | NO | | | |
| url | | varbinary(255) | NO | | | |
| type | Type of the tag (Unknown, Collection or Account) | tinyint unsigned | YES | | NULL | |
Indexes
------------