datai/sql/mysql/create_database.sql

1 line
82 B
SQL

CREATE DATABASE IF NOT EXISTS ry CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;