source:
Dev/branches/cakephp/app/mysql.sql
@
126
Last change on this file since 126 was 126, checked in by fpvanagthoven, 14 years ago | |
---|---|
File size: 128 bytes |
Rev | Line | |
---|---|---|
[126] | 1 | CREATE 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.