Sha256: 808db57a73513f690140e2b3fb03453c226fd34aee1c8e33b9ab9108b5126266
Contents?: true
Size: 281 Bytes
Versions: 14
Compression:
Stored size: 281 Bytes
Contents
class CreateKindeditorAssets < ActiveRecord::Migration def self.up create_table :kindeditor_assets do |t| t.string :asset t.integer :file_size t.string :file_type t.timestamps end end def self.down drop_table :kindeditor_asset end end
Version data entries
14 entries across 14 versions & 1 rubygems