source:
branches/posledni/sql/updates/624.sql
Last change on this file was 625, checked in by , 15 years ago | |
---|---|
File size: 181 bytes |
Line | |
---|---|
1 | CREATE TABLE `finance_reward` ( |
2 | `Id` INT NOT NULL AUTO_INCREMENT , |
3 | `Reward` VARCHAR( 255 ) NOT NULL , |
4 | `Price` VARCHAR( 255 ) NOT NULL , |
5 | PRIMARY KEY ( `Id` ) |
6 | ) ENGINE = MYISAM ; |
Note:
See TracBrowser
for help on using the repository browser.