campo-sirio/src/fp/sql/fp0106.sql
Mattia Tollari e94b6704f8 Patch level : 12.0 776
Files correlati     : fp
Commento            : Aggiornamento database, corretta lunghezza causale pagamento 770 da 1 carattere a 2
2019-04-16 16:01:29 +02:00

3 lines
322 B
SQL
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- Aggiornamento colonna causale pagamento 770
ALTER TABLE PAF0700F ALTER COLUMN P7_CAUSPAGAM char(2);
ALTER TABLE PAA0700F ALTER COLUMN P7_CAUSPAGAM char(2);