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

USE `orion_accounts_erp`;

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