Sha256: b61e6c2c3e6de5167fa671c449c5a6af560990d0f2b667dd2614a91d8344bbe0
Contents?: true
Size: 248 Bytes
Versions: 2
Compression:
Stored size: 248 Bytes
Contents
class CreateApidaeSelectionObjects < ActiveRecord::Migration[5.1] def change create_table :apidae_selection_objects do |t| t.integer :apidae_selection_id t.integer :apidae_object_id t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
apidae-0.7.5 | db/migrate/20180217222410_create_apidae_selection_objects.rb |
apidae-0.7.4 | db/migrate/20180217222410_create_apidae_selection_objects.rb |