Sha256: c8f90dbbe7e80ec54bf96f77eb6482c892b404097c063e3d6d7f93c868800934
Contents?: true
Size: 193 Bytes
Versions: 10
Compression:
Stored size: 193 Bytes
Contents
class CreateKuztuscmsSettings < ActiveRecord::Migration def change create_table :kuztuscms_settings do |t| t.string :key t.string :value t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems