blanton v0.1.0 Blanton.Tables.Migrate
Link to this section Summary
Functions
Migrate all tables. Create the table if it doesn't exist, or update the schema if it already exists.
return bq_migration modules
Link to this section Functions
Link to this function
run()
Specs
run() :: :ok
Migrate all tables. Create the table if it doesn't exist, or update the schema if it already exists.
run()
:ok
Link to this function
schema_modules(all_modules)
Specs
return bq_migration modules
example
Blanton.Tables.Migrate.schema_modules([ Blanton.Tables.Drop, Blanton.Tables.Migrate, Blanton.Utils, Blanton.BqSchema.Users ]) [Blanton.BqSchema.Users]