Sha256: c519abe7c78794511aeffc59f65d6cf4a0756f4de3dc6842f2ebfcd021c6487f
Contents?: true
Size: 295 Bytes
Versions: 10
Compression:
Stored size: 295 Bytes
Contents
# This migration comes from arcadex (originally 20140806194834) 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
10 entries across 10 versions & 2 rubygems