Class: CreateSupertagMoneytags

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/generators/supertag/templates/migrations/create_moneytags_migration.rb

Overview

This migration comes from supertag

Instance Method Summary collapse

Instance Method Details

#changeObject



3
4
5
6
7
8
9
# File 'lib/generators/supertag/templates/migrations/create_moneytags_migration.rb', line 3

def change
  create_table :supertag_moneytags do |t|
    t.string :name,             :index => true

    t.timestamps
  end
end