sdispater / orator

The Orator ORM provides a simple yet beautiful ActiveRecord implementation.

Home Page:https://orator-orm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

config prefix not work

loujiaye opened this issue · comments

with Schema(DatabaseManager(setting.DB_CONFIG)).create(tableName) as table // Created table has prefix

DatabaseManager(setting.DB_CONFIG).table(tableName) //don`t has prefix