Home › Forums › Other › How to setup a database table? › Re: How to setup a database table?
July 1, 2013 at 2:46 pm
#141168
Participant
@traq Ah, thanks. This is what I’m getting back: http://cloud.chrisburton.me/Py4V
CREATE TABLE `read` (
`title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`title`,`url`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci