Menu

[r778]: / ch.sahits.codegen.test / fragments / MySQLCreateScript.sql  Maximize  Restore  History

Download this file

8 lines (7 with data), 278 Bytes

1
2
3
4
5
6
7
CREATE TABLE IF NOT EXISTS `cds` (
`titel` varchar(200) default NULL,
`interpret` varchar(200) default NULL,
`jahr` int(11) default NULL,
`id` bigint(20) unsigned NOT NULL auto_increment,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.