Sha256: 9875ed4f378f7ada040d79af7f573505764a1e3445480bccaa6d255943418078
Contents?: true
Size: 195 Bytes
Versions: 5
Compression:
Stored size: 195 Bytes
Contents
class CreateHarks < ActiveRecord::Migration def self.up create_table :harks do |t| t.string :tidings t.timestamps end end def self.down drop_table :harks end end
Version data entries
5 entries across 5 versions & 2 rubygems