Sha256: a927b8d18f96b81d3828f93c0de4ee6d81f236cd402bf1f5645e7047175b183d
Contents?: true
Size: 300 Bytes
Versions: 18
Compression:
Stored size: 300 Bytes
Contents
class CreateSpudInquiryFormFields < ActiveRecord::Migration def change create_table :spud_inquiry_form_fields do |t| t.integer :spud_inquiry_form_id t.string :field_type t.string :name t.string :options t.string :default_value t.timestamps end end end
Version data entries
18 entries across 18 versions & 2 rubygems