View gist:1735
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP TABLE IF EXISTS `community_conditions`; | |
CREATE TABLE `community_conditions` ( | |
`id` char(36) NOT NULL, | |
`condition_id` char(36) NOT NULL, | |
`community_id` char(36) NOT NULL, | |
PRIMARY KEY (`id`), | |
KEY `doc` (`condition_id`) | |
) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
View gist:1736
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP TABLE IF EXISTS `community_conditions`; | |
CREATE TABLE `community_conditions` ( | |
`id` char(36) NOT NULL, | |
`condition_id` char(36) NOT NULL, | |
`community_id` char(36) NOT NULL, | |
PRIMARY KEY (`id`), | |
KEY `doc` (`condition_id`) | |
) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
View gist:1737
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP TABLE IF EXISTS `community_conditions`; | |
CREATE TABLE `community_conditions` ( | |
`id` char(36) NOT NULL, | |
`condition_id` char(36) NOT NULL, | |
`community_id` char(36) NOT NULL, | |
PRIMARY KEY (`id`), | |
KEY `doc` (`condition_id`) | |
) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
View gist:1738
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP TABLE IF EXISTS `community_conditions`; | |
CREATE TABLE `community_conditions` ( | |
`id` char(36) NOT NULL, | |
`condition_id` char(36) NOT NULL, | |
`community_id` char(36) NOT NULL, | |
PRIMARY KEY (`id`), | |
KEY `doc` (`condition_id`) | |
) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
View gist:1739
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP TABLE IF EXISTS `community_conditions`; | |
CREATE TABLE `community_conditions` ( | |
`id` char(36) NOT NULL, | |
`condition_id` char(36) NOT NULL, | |
`community_id` char(36) NOT NULL, | |
PRIMARY KEY (`id`), | |
KEY `doc` (`condition_id`) | |
) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
View gist:1740
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP TABLE IF EXISTS `community_conditions`; | |
CREATE TABLE `community_conditions` ( | |
`id` char(36) NOT NULL, | |
`condition_id` char(36) NOT NULL, | |
`community_id` char(36) NOT NULL, | |
PRIMARY KEY (`id`), | |
KEY `doc` (`condition_id`) | |
) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
View gist:1741
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP TABLE IF EXISTS `community_conditions`; | |
CREATE TABLE `community_conditions` ( | |
`id` char(36) NOT NULL, | |
`condition_id` char(36) NOT NULL, | |
`community_id` char(36) NOT NULL, | |
PRIMARY KEY (`id`), | |
KEY `doc` (`condition_id`) | |
) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
View gist:1742
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP TABLE IF EXISTS `community_conditions`; | |
CREATE TABLE `community_conditions` ( | |
`id` char(36) NOT NULL, | |
`condition_id` char(36) NOT NULL, | |
`community_id` char(36) NOT NULL, | |
PRIMARY KEY (`id`), | |
KEY `doc` (`condition_id`) | |
) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
View gist:1743
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP TABLE IF EXISTS `community_conditions`; | |
CREATE TABLE `community_conditions` ( | |
`id` char(36) NOT NULL, | |
`condition_id` char(36) NOT NULL, | |
`community_id` char(36) NOT NULL, | |
PRIMARY KEY (`id`), | |
KEY `doc` (`condition_id`) | |
) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
View gist:1749
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP TABLE IF EXISTS `community_conditions`; | |
CREATE TABLE `community_conditions` ( | |
`id` char(36) NOT NULL, | |
`condition_id` char(36) NOT NULL, | |
`community_id` char(36) NOT NULL, | |
PRIMARY KEY (`id`), | |
KEY `doc` (`condition_id`) | |
) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
OlderNewer