aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/update/orev001738-1-mayor_naplo.sql
blob: 47dfb449e48ec24fcfa49f9401ab3bed9ccd37bd (plain)
1
2
3
4
5
6
DROP TABLE IF EXISTS `settings`;
CREATE TABLE `settings` (
  `userAccount` varchar(32) NOT NULL,
  `policy` enum('private','parent','public') DEFAULT 'private' NOT NULL,
  `intezmeny` varchar(16) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;