class WellReadMigration

Public Instance Methods

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