Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
164 B
MySQL
Raw Normal View History

CREATE TABLE `poller_groups` (`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,`group_name` VARCHAR( 255 ) NOT NULL ,`descr` VARCHAR( 255 ) NOT NULL) ENGINE = INNODB;