!1 update doc/sql/easy_retry.sql.

Merge pull request !1 from zhangyu6k/N/A
This commit is contained in:
byteblogs168 2023-06-20 01:04:18 +00:00 committed by Gitee
commit 4fc8c1f69a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,3 +1,6 @@
DROP DATABASE IF EXISTS easy_retry;
CREATE DATABASE easy_retry;
USE easy_retry;
CREATE TABLE `group_config`
(
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键',