create colum sql
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
fbbb1ecdf6
commit
000ae21ce5
|
@ -0,0 +1,5 @@
|
||||||
|
ALTER TABLE vn.accountingType ADD maxAmount INT DEFAULT NULL NULL;
|
||||||
|
|
||||||
|
UPDATE vn.accountingType
|
||||||
|
SET maxAmount = 1000
|
||||||
|
WHERE code = 'cash';
|
Loading…
Reference in New Issue