Enhanced database comment

This commit is contained in:
Michael 2022-04-24 00:20:06 +00:00
parent f7142f0144
commit ac08bc1362
3 changed files with 8 additions and 8 deletions

View file

@ -6,12 +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 | | | |
| type | Type of the tag (Unknown, Collection or Account) | tinyint unsigned | YES | | NULL | |
| 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, General Collection, Follower Collection or Account) | tinyint unsigned | YES | | NULL | |
Indexes
------------