Chatwoot/db/migrate/20170403140816_attachments_table.rb

6 lines
120 B
Ruby
Raw Normal View History

class AttachmentsTable < ActiveRecord::Migration[5.0]
def change
add_column :contacts, :avatar, :string
end
end