Sha256: 46d7f79946d9504ea1c2af7ad6be0f82810c06fe616cf0b2ec9ea29a9e49e149
Contents?: true
Size: 321 Bytes
Versions: 13
Compression:
Stored size: 321 Bytes
Contents
class <%= migration_class_name %> < ActiveGroonga::Migration def up <%= create_table_code %> do |table| <% columns.each do |column| -%> table.<%= column.create_code %> <% end -%> <% if options[:timestamps] -%> table.timestamps <% end -%> end end def down <%= remove_table_code %> end end
Version data entries
13 entries across 13 versions & 1 rubygems