2 lines
171 B
SQL
2 lines
171 B
SQL
ALTER TABLE `entPhysical` CHANGE `entPhysicalIndex` `entPhysicalIndex` BIGINT NOT NULL, CHANGE `entPhysicalContainedIn` `entPhysicalContainedIn` BIGINT NULL DEFAULT NULL;
|