module Sequent::Migrations::Functions::ClassMethods
Public Instance Methods
all_projectors()
click to toggle source
Short hand for Sequent::Core::Migratable.all
# File lib/sequent/migrations/functions.rb, line 63 def all_projectors Sequent::Core::Migratable.all end
alter_table(name)
click to toggle source
# File lib/sequent/migrations/functions.rb, line 54 def alter_table(name) AlterTable.new(name) end
replay_table(name)
click to toggle source
# File lib/sequent/migrations/functions.rb, line 58 def replay_table(name) ReplayTable.new(name) end