source: Dev/branches/cakephp/app/mysql.sql @ 126

Last change on this file since 126 was 126, checked in by fpvanagthoven, 14 years ago

Cakephp branch.

File size: 128 bytes
RevLine 
[126]1CREATE TABLE users (
2    id integer auto_increment,
3    username char(50),
4    password char(40),
5    PRIMARY KEY (id)
6);
Note: See TracBrowser for help on using the repository browser.