Files
iqudo-top1/codes/scripts/create-databases.sql
2026-08-06 21:48:42 +08:00

6 lines
192 B
SQL

CREATE DATABASE IF NOT EXISTS iqudo_top1
CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE DATABASE IF NOT EXISTS iqudo_top1_test
CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;