Sha256: 386428ec271b58896a7871e8e6650f01016646ae37ac4c8948389e4923002754
Contents?: true
Size: 308 Bytes
Versions: 20
Compression:
Stored size: 308 Bytes
Contents
class CreateKindeditorAssets < ActiveRecord::Migration def self.up create_table :kindeditor_assets do |t| t.string :asset t.string :file_name t.integer :file_size t.string :file_type t.timestamps end end def self.down drop_table :kindeditor_assets end end
Version data entries
20 entries across 20 versions & 2 rubygems