Sha256: d1263134d465b1bd30092c4b375cee715865fa49130c95c6cfd5a7641a8dfb78
Contents?: true
Size: 284 Bytes
Versions: 32
Compression:
Stored size: 284 Bytes
Contents
class CreateReleafRichtextAttachments < ActiveRecord::Migration def change create_table :releaf_richtext_attachments do |t| t.string :file_uid t.string :file_name t.string :file_type t.string :title t.timestamps(null: false) end end end
Version data entries
32 entries across 32 versions & 1 rubygems