Advertisement
kaitoso

Untitled

Nov 6th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. create table prueba( id int(4) not null
  2. auto_increment, nombre varchar(20) not null,
  3. telefono int(10) not null,
  4. primary key(id))
  5. engine=innodb
  6. charset=latin1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement