freeform text area for private contact info - notes or things you just want to remember (addresses, phone numbers, birthdays, whatever)
This commit is contained in:
parent
76d92d3f62
commit
7b6385df94
7 changed files with 60 additions and 2 deletions
|
|
@ -87,6 +87,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
|
|||
`pending` tinyint(1) NOT NULL DEFAULT '1',
|
||||
`rating` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`reason` text NOT NULL,
|
||||
`info` MEDIUMTEXT NOT NULL AFTER `reason`,
|
||||
`profile-id` int(11) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `uid` (`uid`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue