Sha256: fd86ec31f074bb5134a716f03382085e1c57e6ee7da2304ec9358062c15f8f50
Contents?: true
Size: 280 Bytes
Versions: 46
Compression:
Stored size: 280 Bytes
Contents
class CreateNetzkeLayouts < ActiveRecord::Migration def self.up create_table :netzke_layouts do |t| t.string :widget_name t.string :items_class t.integer :user_id t.timestamps end end def self.down drop_table :netzke_layouts end end
Version data entries
46 entries across 46 versions & 4 rubygems