This file contains hidden or 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
| -- | |
| -- Table structure for table `SequelizeMeta` | |
| -- | |
| DROP TABLE IF EXISTS `SequelizeMeta`; | |
| /*!40101 SET @saved_cs_client = @@character_set_client */; | |
| /*!40101 SET character_set_client = utf8 */; | |
| CREATE TABLE `SequelizeMeta` ( | |
| `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, | |
| PRIMARY KEY (`name`), |