You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, automatically migrations table and migration-scripts are getting created in public schema.
It would be great if the library can provide command line argument.
Or something like json!
{
migrations_table: migrations,
migration_schema: auth_schema
}