refs #7400 feat: book ledger with counters
gitea/salix/pipeline/pr-test There was a failure building this commit
Details
gitea/salix/pipeline/pr-test There was a failure building this commit
Details
This commit is contained in:
parent
f923dd5b21
commit
7de4cd9026
|
@ -1,5 +1,5 @@
|
|||
|
||||
CREATE TABLE OR REPLACE vn.ledgerCompany (
|
||||
CREATE OR REPLACE TABLE OR REPLACE vn.ledgerCompany (
|
||||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`fiscalYear` int(10) unsigned NOT NULL COMMENT 'Año del ejercicio contable',
|
||||
`bookEntry` int(10) unsigned NOT NULL DEFAULT 1 COMMENT 'Contador asiento contable',
|
||||
|
|
Loading…
Reference in New Issue