Sha256: f16abe321ac4214c00d7d3aef0c3b3cb66073fc91d88239b449bf771fe173f1b
Contents?: true
Size: 591 Bytes
Versions: 31
Compression:
Stored size: 591 Bytes
Contents
class CreateHubstatsUsers < ActiveRecord::Migration def change create_table :hubstats_users do |t| t.string :login t.string :role t.boolean :site_admin t.timestamps 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 end end end
Version data entries
31 entries across 31 versions & 1 rubygems