modification ville en ecole

This commit is contained in:
DonRenando
2015-03-03 13:49:53 +01:00
parent caed3d7972
commit c8a967dece
4 changed files with 7 additions and 7 deletions

View File

@ -40,7 +40,7 @@ CREATE TABLE users (
id INT NOT NULL AUTO_INCREMENT,
firstname VARCHAR(50),
lastname VARCHAR(50),
city VARCHAR(50),
school VARCHAR(50),
password VARCHAR(255),
email VARCHAR(50),
image VARCHAR(255),