Advertisement
Puzo

Doctrine inserting error - Table LANGUAGES

Nov 2nd, 2011
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.23 KB | None | 0 0
  1. CREATE TABLE `languages` (
  2.  `id` int(11) NOT NULL AUTO_INCREMENT,
  3.  `title` varchar(255) NOT NULL,
  4.  `slug` varchar(255) NOT NULL,
  5.  `icon` varchar(100) NOT NULL,
  6.  PRIMARY KEY (`id`)
  7. ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement