Skip to content

Commit 68cfeef

Browse files
committed
change 'contact.Background_Info' to Text type
1 parent 3c4a2b8 commit 68cfeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/install.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ CREATE TABLE `contact` (
4848
`Status` int(11) unsigned NOT NULL,
4949
`Website` varchar(23) NOT NULL,
5050
`LinkedIn_Profile` varchar(21) NOT NULL,
51-
`Background_Info` varchar(62) NOT NULL,
51+
`Background_Info` text NOT NULL,
5252
`Sales_Rep` int(11) unsigned NOT NULL,
5353
`Rating` decimal(4,2) NOT NULL,
5454
`Project_Type` varchar(35) DEFAULT NULL,

0 commit comments

Comments
 (0)