class AddSourceToMetadataMappings < ActiveRecord::Migration[6.1] def change add_column :metadata_mappings, :source, :string, limit: 20 end end