mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
3 lines
105 B
SQL
3 lines
105 B
SQL
-- Your SQL goes here
|
|
ALTER TABLE payment_attempt
|
|
ADD IF NOT EXISTS error_code VARCHAR(255) DEFAULT NULL; |