Supporters / CoAuthors
Show Your Support
CREATE TABLE nlp_vmail ( `code` text NOT NULL, `email` text NOT NULL, `prefix` text NOT NULL, `dateline` int(10) unsigned NOT NULL default '0' )
ALTER TABLE nlp_vmail ADD `day` text NOT NULL, ADD `month` text NOT NULL, ADD `year` text NOT NULL