qb
qb copied to clipboard
Oracle schema needs to be used as a table prefix
In Oracle, the logged in user defines the default schema. You can override this by prepending table calls with the schema. If a schema is provided, in Oracle we should do this for the user.
CFMigrations cannot just specify the full table name because the hasTable
call would then use that full table name and fail.