Sha256: a86bc6fef594056e6dab637d37a93974e4560e321651e3219f48d928ceb1351e
Contents?: true
Size: 224 Bytes
Versions: 8
Compression:
Stored size: 224 Bytes
Contents
class CreateGoldencobraSettings < ActiveRecord::Migration def change create_table :goldencobra_settings do |t| t.string :title t.string :value t.string :ancestry t.timestamps end end end
Version data entries
8 entries across 7 versions & 1 rubygems