![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
29/03/2006, 19:00
|
![Avatar de claudiovega](http://static.forosdelweb.com/customavatars/avatar44992_1.gif) | | | Fecha de Ingreso: octubre-2003 Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 3 meses Puntos: 11 | |
Código:
CREATE TABLE options (
optionID int unsigned NOT NULL auto_increment,
optionName varchar(30) NOT NULL default '',
modelID int unsigned NOT NULL default '0',
PRIMARY KEY (optionID)
) TYPE=MyISAM;
|