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