CREATE DATABASE IF NOT EXISTS `atgerpst_orion`
  CHARACTER SET utf8mb4
  COLLATE utf8mb4_unicode_ci;

USE `atgerpst_orion`;

-- Tables are auto-created by app migration on first run:
-- /app/functions.php -> app_migrate()
