chatwoot-develop/db/migrate/20250107030743_add_config_to_captain_assistant.rb

6 lines
166 B
Ruby
Executable File

class AddConfigToCaptainAssistant < ActiveRecord::Migration[7.0]
def change
add_column :captain_assistants, :config, :jsonb, default: {}, null: false
end
end