Sha256: f92a2bde81804978f3dc9b9bf764f37c8a3c3ff848e85306c1778b241eba9cc5
Contents?: true
Size: 280 Bytes
Versions: 17
Compression:
Stored size: 280 Bytes
Contents
class CreateMaglevAssets < ActiveRecord::Migration[6.0] def change create_table :maglev_assets do |t| t.string :filename t.string :content_type t.integer :width t.integer :height t.integer :byte_size t.timestamps end end end
Version data entries
17 entries across 17 versions & 1 rubygems