Skip to content

Commit

Permalink
Merge pull request cakephp#463 from kevinliteon/patch-1
Browse files Browse the repository at this point in the history
Update fr/tutorials-and-examples/simple-acl-controlled-application/simpl...
  • Loading branch information
markstory committed Jan 21, 2013
2 parents 8ad22be + b8c6279 commit 80ee3f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ application. Exécutez les commandes SQL suivantes sur votre base de données::

CREATE TABLE users (
id INT(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
nom_user VARCHAR(255) NOT NULL UNIQUE,
mot_de_passe CHAR(40) NOT NULL,
username VARCHAR(255) NOT NULL UNIQUE,
password CHAR(40) NOT NULL,
group_id INT(11) NOT NULL,
created DATETIME,
modified DATETIME
Expand Down

0 comments on commit 80ee3f4

Please sign in to comment.