blanton v0.1.2 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

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

schema_modules([atom()]) :: [atom()]

return bq_migration modules

example

Blanton.Tables.Migrate.schema_modules([ Blanton.Tables.Drop, Blanton.Tables.Migrate, Blanton.Utils, Blanton.BqSchema.Users ]) [Blanton.BqSchema.Users]