Sha256: 376f595a69e0cb253804d52a2c5897088dc55ba5162d4c3e98a0abdf08a0d61e
Contents?: true
Size: 676 Bytes
Versions: 13
Compression:
Stored size: 676 Bytes
Contents
# This migration comes from hubstats (originally 20140604130457) class CreateHubstatsUsers < ActiveRecord::Migration def change create_table :hubstats_users do |t| t.string :login t.integer :id 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
13 entries across 13 versions & 1 rubygems