database-platform.sql 117 B

12
  1. -- 创建数据库
  2. CREATE database IF NOT EXISTS `ibps_platform` default character set utf8 collate utf8_general_ci ;