1 Star 1 Fork 25

kingking/QueueSystem

forked from ewin66/QueueSystem 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
t_lock.sql 734 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ace 提交于 2018-03-13 18:22 +08:00 . fix
/*
Navicat MySQL Data Transfer
Source Server : conn
Source Server Version : 50624
Source Host : cysoft.uicp.net:3306
Source Database : QueueDB
Target Server Type : MYSQL
Target Server Version : 50624
File Encoding : 65001
Date: 2018-03-13 15:48:21
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `t_lock`
-- ----------------------------
DROP TABLE IF EXISTS `t_lock`;
CREATE TABLE `t_lock` (
`key` varchar(255) NOT NULL DEFAULT '0',
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of t_lock
-- ----------------------------
INSERT INTO `t_lock` VALUES ('Call');
INSERT INTO `t_lock` VALUES ('Queue');
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaoking/QueueSystem.git
git@gitee.com:xiaoking/QueueSystem.git
xiaoking
QueueSystem
QueueSystem
master

搜索帮助