Benutzer-Werkzeuge

Webseiten-Werkzeuge


project:homepage

Dies ist eine alte Version des Dokuments!


This is a valid and much appreciated post but the steps overoolk the syntax error for creating the waiting_list table. Thank you Roka for submitting the correct syntax. For those who do not speak spanish, please refer to Roka's post for the correct syntax for creating the jos_vm_waiting_list table. Or you can just copy the following and paste it into the sql tab section within PHPmyadmin. It's all the same ## #### Table structure for table `jos_vm_waiting_list`## CREATE TABLE `jos_vm_waiting_list` ( `waiting_list_id` int(11) NOT NULL AUTO_INCREMENT, `product_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `notify_email` varchar(150) NOT NULL DEFAULT , `notified` enum( 0 ,'1 ) DEFAULT NULL, `notify_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`waiting_list_id`), KEY `product_id` (`product_id`), KEY `notify_email` (`notify_email`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;#### Dumping data for table `jos_vm_waiting_list`##

project/homepage.1351814530.txt.gz · Zuletzt geändert: 2012-11-02 01:02 von 64.76.149.189