Sha256: 2df4dcfc5d1362676cf8f79f0a8c3b752b39bf42093a0ed592bdaf10f79aa81e

Contents?: true

Size: 352 Bytes

Versions: 5

Compression:

Stored size: 352 Bytes

Contents

class CreateUsers < ActiveRecord::Migration
  def change
    create_table :c80_news_tz_users, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :provider, null: false
      t.string :uid, null: false
      t.string :name
      t.string :location
      t.string :image_url
      t.string :url

      t.timestamps null: false
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
c80_news_tz-0.1.1.26 db/migrate/20160314093945_create_users.rb
c80_news_tz-0.1.1.25 db/migrate/20160314093945_create_users.rb
c80_news_tz-0.1.1.24 db/migrate/20160314093945_create_users.rb
c80_news_tz-0.1.1.23 db/migrate/20160314093945_create_users.rb
c80_news_tz-0.1.1.22 db/migrate/20160314093945_create_users.rb