psa.spamfilter
Overview
Column Descriptions
id –
1 2 3 4 5 6 7 | CREATE TABLE `spamfilter` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `username` varchar(128) CHARACTER SET ascii NOT NULL, `preferences` enum('false','true') NOT NULL DEFAULT 'false', PRIMARY KEY (`id`), UNIQUE KEY `username` (`username`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 |
Related documentation
March 13th, 2013 in
Uncategorized