RuoYi
2023-12-07 1580c1e672f1a39d1e0bedec3b91f1e575c90802
sql/ry_seata_20210128.sql
@@ -1,3 +1,12 @@
DROP DATABASE IF EXISTS `ry-seata`;
CREATE DATABASE  `ry-seata` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
USE `ry-seata`;
-- -------------------------------- The script used when storeMode is 'db' --------------------------------
-- the table to store GlobalSession data
CREATE TABLE IF NOT EXISTS `global_table`