he visto en muchos artículos como crear tablas. por ejemplo:
Código PHP:
CREATE TABLE usuarios (
id bigint(7) NOT NULL auto_increment,
nick char(100) NOT NULL,
password char(100) NOT NULL,
nombre char(255) default NULL,
email char(100) default NULL,
KEY id (id))
id: ¿?
nick: ¿?
bigint: ¿?
char: ¿?
id: ¿?
(7): ¿?
(100): ¿?
(255): ¿?
(id)): ¿?
NOT NULL auto_increment: ¿?
NOT NULL: ¿?
default NULL: ¿?
como veis, sólo sé lo que quiere decir: Create tabla usuarios (
jeje
venga si tenéis tiempo para enseñarme os estaré mirando. por favor
adios