Sha256: fb1c2c6b169036c045ac696ac80be06541f72a616f99ee5909f6562081ba45f4
Contents?: true
Size: 354 Bytes
Versions: 119
Compression:
Stored size: 354 Bytes
Contents
class CreateApidaeAttachedFiles < ActiveRecord::Migration[4.2] def change create_table :apidae_attached_files do |t| t.string :name t.string :credits t.text :description t.integer :apidae_object_id if t.respond_to?(:attachment) t.attachment :picture end t.timestamps null: false end end end
Version data entries
119 entries across 119 versions & 1 rubygems