Sha256: be601baccd9bb1324da5ded44c7ec5c69e6fabf25cd2d4f23328e80f0d50911b

Contents?: true

Size: 177 Bytes

Versions: 8

Compression:

Stored size: 177 Bytes

Contents

class CreateTweets < ActiveRecord::Migration
  def change
    create_table :tweets do |t|
      t.integer :user_id
      t.string :content

      t.timestamps
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dread-0.1.0 test/dummy/db/migrate/20140913143444_create_tweets.rb
dread-0.0.7 test/dummy/db/migrate/20140913143444_create_tweets.rb
dread-0.0.6 test/dummy/db/migrate/20140913143444_create_tweets.rb
dread-0.0.5 test/dummy/db/migrate/20140913143444_create_tweets.rb
dread-0.0.4 test/dummy/db/migrate/20140913143444_create_tweets.rb
dread-0.0.3 test/dummy/db/migrate/20140913143444_create_tweets.rb
dread-0.0.2 test/dummy/db/migrate/20140913143444_create_tweets.rb
dread-0.0.1 test/dummy/db/migrate/20140913143444_create_tweets.rb