class ReadMigration

Public Instance Methods

change() click to toggle source
# File lib/generators/read/templates/migration.rb, line 2
def change
  create_table ReadTable do |t|
    t.string :yasabes
    t.datetime :timestamp
  end
end