create colum sql
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2021-11-08 09:16:27 +01:00
parent fbbb1ecdf6
commit 000ae21ce5
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
ALTER TABLE vn.accountingType ADD maxAmount INT DEFAULT NULL NULL;
UPDATE vn.accountingType
SET maxAmount = 1000
WHERE code = 'cash';