1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-16 00:22:22 +08:00
cosin/contact-center/config/sql/001.mysql-create-db.sql

2 lines
125 B
SQL

CREATE DATABASE IF NOT EXISTS `cosinee` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci */;
USE `cosinee`;