This commit is contained in:
parent
138d11b7b0
commit
6b354a20ad
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Table structure for table `signInLog`
|
||||||
|
-- Description: log to debug cross-login error
|
||||||
|
--
|
||||||
|
|
||||||
DROP TABLE IF EXISTS `account`.`signInLog`;
|
DROP TABLE IF EXISTS `account`.`signInLog`;
|
||||||
/*!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 */;
|
||||||
|
|
Loading…
Reference in New Issue