Sha256: a7fbc9a5c5ea47ced4f6ab12d709432f301b5a9305d4e7f28ebb3458ce2864a9

Contents?: true

Size: 174 Bytes

Versions: 8

Compression:

Stored size: 174 Bytes

Contents

class CreateRecords < ActiveRecord::Migration
  def change
    create_table :records do |t|
      t.string :data
      t.string :format

      t.timestamps
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
acts_as_citable-3.0.0.pre.alpha test/dummy/db/migrate/20130221210429_create_records.rb
acts_as_citable-2.0.2 test/dummy/db/migrate/20130221210429_create_records.rb
acts_as_citable-2.0.1 test/dummy/db/migrate/20130221210429_create_records.rb
acts_as_citable-2.0.0 test/dummy/db/migrate/20130221210429_create_records.rb
acts_as_citable-1.2.0 test/dummy/db/migrate/20130221210429_create_records.rb
acts_as_citable-1.1.4 test/dummy/db/migrate/20130221210429_create_records.rb
acts_as_citable-1.1.3 test/dummy/db/migrate/20130221210429_create_records.rb
acts_as_citable-1.0.1 test/dummy/db/migrate/20130221210429_create_records.rb