source: trunk/SQL/Updates/120.sql

Last change on this file was 121, checked in by chronos, 8 years ago
  • Added: Manual for IPTV.
File size: 217 bytes
Line 
1CREATE TABLE `News` (
2 `Id` int(11) NOT NULL AUTO_INCREMENT,
3 `Time` datetime NOT NULL,
4 `Text` text COLLATE utf8_czech_ci NOT NULL,
5 PRIMARY KEY (`Id`)
6) ENGINE=InnoDb DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
Note: See TracBrowser for help on using the repository browser.