Sha256: 9d4cd2095035f33b6f4297d1bbe902c6193b330c4e029bd421bb0524f03e45bd
Contents?: true
Size: 386 Bytes
Versions: 39
Compression:
Stored size: 386 Bytes
Contents
class CreateProviderFields < ActiveRecord::Migration def change create_table :provider_fields do |t| t.belongs_to :provider t.string :keyword t.string :title t.string :kind t.string :mask t.string :regexp t.text :values t.integer :priority t.timestamps end end end
Version data entries
39 entries across 39 versions & 1 rubygems