Sha256: eb59a937456428cd9b84a5aaec6d184afc9bd90d8f530394a61e54b2b28ad650
Contents?: true
Size: 558 Bytes
Versions: 1
Compression:
Stored size: 558 Bytes
Contents
ActiveRecord::Schema.define :version => 0 do create_table :stocktwits_users, :force => true do |t| t.string :twitter_id t.string :login # OAuth fields t.string :access_token t.string :access_secret # Basic fields t.binary :crypted_password t.string :salt # Remember token fields t.string :remember_token t.datetime :remember_token_expires_at # This information is automatically kept # in-sync at each login of the user. You # may remove any/all of these columns. t.timestamps end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stocktwits-1.0.0 | spec/schema.rb |