3 lines
124 B
Plaintext
3 lines
124 B
Plaintext
ALTER TABLE `accountingtransaction`
|
|
ADD COLUMN `ValidityDate` DATETIME NULL DEFAULT NULL COMMENT '' AFTER `SystemEntryID`;
|