Files
schoolNews/schoolNewsServ/.bin/mysql/sql/createDB.sql

2 lines
141 B
MySQL
Raw Normal View History

2025-09-28 14:20:09 +08:00
-- MySQL Script to create the database
CREATE DATABASE IF NOT EXISTS `dlabeling` DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;