Can the length of a bank account name be extended?
As far as I know :iby_ext_bank_accounts.BANK_ACCOUNT_NAME(VARCHAR2(80)),but now we have encountered data with a bank account name symbol length of 81,Can we extend the character length of this field?
And we have learned that there will be many table associations that need to be considered, and the fields of payment may also need to be adjusted. Is there a better way to solve the problem?