9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
ALTER TABLE `customer2person`
|
|
|
|
ADD COLUMN `OrganisationOid` BIGINT(19) NULL DEFAULT NULL COMMENT '' AFTER `SystemEntryID`;
|
|
|
|
|
|
ALTER TABLE `customer2organisation`
|
|
|
|
ADD COLUMN `PersonOid` BIGINT(19) NULL DEFAULT NULL COMMENT '' AFTER `SystemEntryID`;
|