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

Version Path
arcadex-1.3.1 test/test_app/db/migrate/20141016225556_create_arcadex_tokens.arcadex.rb
arcadex-1.3.0 test/test_app/db/migrate/20141016225556_create_arcadex_tokens.arcadex.rb
arcadex-1.2.3 test/test_app/db/migrate/20141016225556_create_arcadex_tokens.arcadex.rb
arcadex-1.2.1 test/test_app/db/migrate/20141016225556_create_arcadex_tokens.arcadex.rb
arcadex-1.2.0 test/test_app/db/migrate/20141016225556_create_arcadex_tokens.arcadex.rb
json_voorhees-0.2.3 test/test_app/db/migrate/20140905145355_create_arcadex_tokens.arcadex.rb
json_voorhees-0.2.2 test/test_app/db/migrate/20140905145355_create_arcadex_tokens.arcadex.rb
json_voorhees-0.2.1 test/test_app/db/migrate/20140905145355_create_arcadex_tokens.arcadex.rb
json_voorhees-0.2.0 test/test_app/db/migrate/20140905145355_create_arcadex_tokens.arcadex.rb
json_voorhees-0.1.0 test/test_app/db/migrate/20140905145355_create_arcadex_tokens.arcadex.rb