source:
branches/posledni/sql/updates/596.sql
Last change on this file was 597, checked in by , 15 years ago | |
---|---|
File size: 187 bytes |
Line | |
---|---|
1 | CREATE TABLE `CharacterOnlineHistory` ( |
2 | `Date` DATE NOT NULL , |
3 | `Min` INT NOT NULL , |
4 | `Max` INT NOT NULL , |
5 | `AccountCount` int(11) NOT NULL, |
6 | PRIMARY KEY (`Date`) |
7 | ) ENGINE = MYISAM ; |
Note:
See TracBrowser
for help on using the repository browser.