create database

This commit is contained in:
George Dimakopoulos 2017-07-28 10:17:25 +03:00
parent 97d362d1e1
commit 2f922dc294

View file

@ -19,12 +19,6 @@
-- Current Database: `a0001`
--
/*!40000 DROP DATABASE IF EXISTS `a0001`*/;
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `a0001` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `a0001`;
--
-- Table structure for table `accounts`
--