root/db/tables/config_create.sql
| Revision f328b74996d55e5c1c40dc0bd3c12de224a1e75c, 193 bytes (checked in by Christopher Jung <bktheg@web.de>, 6 months ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | CREATE TABLE `config` ( |
| 2 | `ticks` int(11) NOT NULL default '0', |
| 3 | `disablelogin` text NOT NULL, |
| 4 | `disableregister` text NOT NULL, |
| 5 | `keys` text NOT NULL |
| 6 | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
Note: See TracBrowser for help on using the browser.
