Sha256: 2499f6a3620eae0bd440399fba654d1ada129f73d3f0b0740e7558ecc5ec42ca

Contents?: true

Size: 604 Bytes

Versions: 8

Compression:

Stored size: 604 Bytes

Contents

class CreateHubstatsUsers < ActiveRecord::Migration
  def change
    create_table :hubstats_users do |t|
      t.string :login
      t.integer :id
      t.string :avatar_url
      t.string :gravatar_id
      t.string :url
      t.string :html_url
      t.string :followers_url
      t.string :following_url
      t.string :gists_url
      t.string :starred_url
      t.string :subscriptions_url
      t.string :organizations_url
      t.string :repos_url
      t.string :events_url
      t.string :received_events_url
      t.string :role
      t.boolean :site_admin
      t.timestamps
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hubstats-0.0.8 db/migrate/20140604130457_create_hubstats_users.rb
hubstats-0.0.7 db/migrate/20140604130457_create_hubstats_users.rb
hubstats-0.0.6 db/migrate/20140604130457_create_hubstats_users.rb
hubstats-0.0.5 db/migrate/20140604130457_create_hubstats_users.rb
hubstats-0.0.4 db/migrate/20140604130457_create_hubstats_users.rb
hubstats-0.0.3 db/migrate/20140604130457_create_hubstats_users.rb
hubstats-0.0.2 db/migrate/20140604130457_create_hubstats_users.rb
hubstats-0.0.1 db/migrate/20140604130457_create_hubstats_users.rb