You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rap2-delos/database/recreate_db.sql

4 lines
122 B
SQL

DROP DATABASE RAP2_DELOS_APP;
CREATE DATABASE IF NOT EXISTS RAP2_DELOS_APP
DEFAULT CHARSET utf8
COLLATE utf8_general_ci;