Sha256: 25fe5be73ec7a34a01dbdef4cf90efb47e2a7cd49dc33cca50574ecfef999c3f
Contents?: true
Size: 289 Bytes
Versions: 12
Compression:
Stored size: 289 Bytes
Contents
class CreateReleafRichtextAttachments < ActiveRecord::Migration[5.0] 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
12 entries across 12 versions & 1 rubygems