Sha256: b746629d13664e97bf9c7f36e484118314a0635abec52fb5683ef5945b3df762
Contents?: true
Size: 231 Bytes
Versions: 12
Compression:
Stored size: 231 Bytes
Contents
class CreateArcadexTokens < ActiveRecord::Migration def change create_table :arcadex_tokens do |t| t.integer :imageable_id t.string :imageable_type t.string :auth_token t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems