Skip to content
Snippets Groups Projects
Commit 7bfcf0dc authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

correcting federation table definition

parent 7a78261e
No related branches found
No related tags found
1 merge request!36Merge TW
...@@ -507,8 +507,8 @@ DROP TABLE IF EXISTS `federation`; ...@@ -507,8 +507,8 @@ DROP TABLE IF EXISTS `federation`;
/*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */; /*!40101 SET character_set_client = utf8 */;
CREATE TABLE `federation` ( CREATE TABLE `federation` (
`fed_id` char(20) COLLATE utf8_unicode_ci NOT NULL, `code` char(20) COLLATE utf8_unicode_ci NOT NULL,
`code` char(20) COLLATE utf8_unicode_ci DEFAULT NULL, `fed_id` char(20) COLLATE utf8_unicode_ci DEFAULT NULL,
`europe` tinyint(1) DEFAULT NULL, `europe` tinyint(1) DEFAULT NULL,
`contact_email` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `contact_email` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
`url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment