Sha256: b42105546b9a77f1e1a7f9e2b4faeb4156f46201a234d86914081cd577b4b562

Contents?: true

Size: 191 Bytes

Versions: 11

Compression:

Stored size: 191 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
activerecord-precount-0.4.3 sample/db/migrate/20141122002518_create_tweets.rb
activerecord-precount-0.4.2 sample/db/migrate/20141122002518_create_tweets.rb
activerecord-precount-0.4.1 sample/db/migrate/20141122002518_create_tweets.rb
activerecord-precount-0.4.0 sample/db/migrate/20141122002518_create_tweets.rb
activerecord-count_loader-0.3.3 sample/db/migrate/20141122002518_create_tweets.rb
activerecord-count_loader-0.3.2 sample/db/migrate/20141122002518_create_tweets.rb
activerecord-count_loader-0.3.1 sample/db/migrate/20141122002518_create_tweets.rb
activerecord-count_loader-0.3.0 sample/db/migrate/20141122002518_create_tweets.rb
activerecord-count_loader-0.2.2 sample/db/migrate/20141122002518_create_tweets.rb
activerecord-count_loader-0.2.1 sample/db/migrate/20141122002518_create_tweets.rb
activerecord-count_loader-0.2.0 sample/db/migrate/20141122002518_create_tweets.rb