From 7b6385df946db4a61e8fc330c1a89b1415ca68ef Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 28 Dec 2010 01:06:34 -0800 Subject: freeform text area for private contact info - notes or things you just want to remember (addresses, phone numbers, birthdays, whatever) --- database.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'database.sql') diff --git a/database.sql b/database.sql index bb151da27..4a8350f84 100644 --- a/database.sql +++ b/database.sql @@ -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`), -- cgit v1.2.3