Sha256: 701a7677d50ec407fc3818fe0956215121dc15e3c473e08a9ca9d2a27af3d26f
Contents?: true
Size: 285 Bytes
Versions: 20
Compression:
Stored size: 285 Bytes
Contents
class CreateC80YaxColors < ActiveRecord::Migration[5.0] def change create_table :c80_yax_colors do |t| t.string :title, null: false, limit: 50 t.string :value, null: false, limit: 50 t.string :skidka, limit: 255 t.timestamps null: false end end end
Version data entries
20 entries across 20 versions & 1 rubygems