psa.itmpl
Overview
Column Descriptions
id –
1 2 3 4 5 | CREATE TABLE `itmpl` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET utf8 DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 |
Related documentation
March 13th, 2013 in
Uncategorized