Recommend this page to a friend! |
Classes of Uldis Nelsons | > | Regexp store | > | table_regexp_store | > | Download |
|
![]() |
CREATE TABLE `regexp_store` ( `id` smallint(6) NOT NULL AUTO_INCREMENT, `group_name` char(25) NOT NULL DEFAULT '', `name` char(25) NOT NULL DEFAULT '', `sqn` smallint(6) NOT NULL DEFAULT '0', `begin_end_symbol` char(1) NOT NULL DEFAULT '', `pattern` varchar(1000) NOT NULL DEFAULT '', `replacement` varchar(1000) DEFAULT NULL, `comment` varchar(1000) DEFAULT NULL, `deleted` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=84 DEFAULT CHARSET=utf8; |