Sha256: 7630cfe60d907f73ca66a3af0baef91a8e13eef9c6d0b023f028c32b4b335168
Contents?: true
Size: 308 Bytes
Versions: 20
Compression:
Stored size: 308 Bytes
Contents
class CreateC80YaxUoms < ActiveRecord::Migration def change create_table :c80_yax_uoms, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :title, null: false, limit: 50 t.string :comment t.string :regex t.boolean :is_number t.timestamps null: false end end end
Version data entries
20 entries across 20 versions & 1 rubygems