mirror of
https://github.com/friendica/friendica
synced 2025-04-30 17:04:23 +02:00
Enhanced database comment
This commit is contained in:
parent
f7142f0144
commit
ac08bc1362
3 changed files with 8 additions and 8 deletions
|
@ -232,7 +232,7 @@ CREATE TABLE IF NOT EXISTS `tag` (
|
|||
`id` int unsigned NOT NULL auto_increment COMMENT '',
|
||||
`name` varchar(96) NOT NULL DEFAULT '' COMMENT '',
|
||||
`url` varbinary(255) NOT NULL DEFAULT '' COMMENT '',
|
||||
`type` tinyint unsigned COMMENT 'Type of the tag (Unknown, Collection or Account)',
|
||||
`type` tinyint unsigned COMMENT 'Type of the tag (Unknown, General Collection, Follower Collection or Account)',
|
||||
PRIMARY KEY(`id`),
|
||||
UNIQUE INDEX `type_name_url` (`name`,`url`),
|
||||
INDEX `url` (`url`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue