source: trunk/sql/updates/624.sql

Last change on this file was 625, checked in by george, 15 years ago
  • Upraveno: Stránka GM týmu přepracována do přehlednější formy s podporou více světů.
File size: 181 bytes
Line 
1CREATE TABLE `finance_reward` (
2`Id` INT NOT NULL AUTO_INCREMENT ,
3`Reward` VARCHAR( 255 ) NOT NULL ,
4`Price` VARCHAR( 255 ) NOT NULL ,
5PRIMARY KEY ( `Id` )
6) ENGINE = MYISAM ;
Note: See TracBrowser for help on using the repository browser.