Sha256: 26b6244ce8099948b894bce7839404ece72e21b153ed9d4c6ad17b6d46798464
Contents?: true
Size: 154 Bytes
Versions: 10
Compression:
Stored size: 154 Bytes
Contents
class AddFieldNameToSpudInquiryFormFields < ActiveRecord::Migration def change add_column :spud_inquiry_form_fields, :field_name, :string end end
Version data entries
10 entries across 10 versions & 2 rubygems