Sha256: 18ce02efdae1af8821a9969cdfc5da605b3e4fa382cf7a9710f04100e9323f44
Contents?: true
Size: 238 Bytes
Versions: 148
Compression:
Stored size: 238 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
148 entries across 148 versions & 1 rubygems