Sha256: 8ce8da4aeaa3eb7022f3302927701066cffb66db771f278787c86a4641ecb97d
Contents?: true
Size: 182 Bytes
Versions: 7
Compression:
Stored size: 182 Bytes
Contents
class CreateExtensionCards < ActiveRecord::Migration[5.2] def change create_table :extension_cards do |t| t.string :card_id_key t.string :card_id end end end
Version data entries
7 entries across 7 versions & 1 rubygems