Sha256: 97bac3c463fa97c76e0f4f9565a2e9e665bf6b70909671158485fbee3b42d715
Contents?: true
Size: 337 Bytes
Versions: 49
Compression:
Stored size: 337 Bytes
Contents
# This migration comes from keppler_capsules (originally 20180802184329) class CreateKepplerCapsulesCapsuleFields < ActiveRecord::Migration[5.2] def change create_table :keppler_capsules_capsule_fields do |t| t.string :name_field t.string :format_field t.integer :capsule_id t.timestamps end end end
Version data entries
49 entries across 24 versions & 1 rubygems