Sha256: a7c38277eb45368345cf9f51540c1b77f780f07bf97a0f09a569ce5dca832e5c
Contents?: true
Size: 228 Bytes
Versions: 69
Compression:
Stored size: 228 Bytes
Contents
class CreateKuhsaftBrickTypes < ActiveRecord::Migration def change create_table :kuhsaft_brick_types do |t| t.string :class_name t.string :group t.boolean :disabled t.timestamps end end end
Version data entries
69 entries across 69 versions & 2 rubygems