Sha256: a1f14f501057ebd43e6e9477980cf0cbbf106e3a59b3f6fb2ee987bb33630743
Contents?: true
Size: 310 Bytes
Versions: 5
Compression:
Stored size: 310 Bytes
Contents
class CreatePackages < ActiveRecord::Migration def change create_table :pageflow_panorama_packages do |t| Pageflow::HostedFile.columns(t) t.integer(:unpacking_progress) t.string(:unpacking_error_message) t.string(:index_document) t.attachment(:thumbnail) end end end
Version data entries
5 entries across 5 versions & 1 rubygems