mysql

by nick on March 8th, 2010
No notes
Syntax: No syntax
Show lines - Hide lines - Show in textbox - Download
CREATE TABLE `yourDatabaseTableName`(
	`id` int(5) NOT NULL auto_increment,
	`date` timestamp NOT NULL default CURRENT_TIMESTAMP,
	`name` varchar(25) NOT NULL default 'anonimous',
	`comment` varchar(255) NOT NULL default '',
	PRIMARY KEY (`id`)
);
 
 

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS