fix: refs #8613 fk claimEnd #3492
|
@ -1,5 +1,7 @@
|
|||
ALTER TABLE vn.claimEnd
|
||||
MODIFY COLUMN claimDestinationFk tinyint(3) unsigned NOT NULL DEFAULT 1,
|
||||
MODIFY COLUMN claimDestinationFk tinyint(3) unsigned NOT NULL DEFAULT 1;
|
||||
|
||||
ALTER TABLE vn.claimEnd
|
||||
ADD CONSTRAINT fk_claimEnd_claimDestination
|
||||
FOREIGN KEY (claimDestinationFk)
|
||||
REFERENCES claimDestination(id)
|
||||
|
|
Loading…
Reference in New Issue