fix: refs #4988 create table

This commit is contained in:
Pablo Natek 2024-04-25 09:46:15 +02:00
parent adc3b413f5
commit 42591af5c7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CREATE TABLE IF NOT EXISTS `agencyWorkCenter` (
CREATE TABLE IF NOT EXISTS `vn`.`agencyWorkCenter` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`agencyFk` smallint(5) unsigned NOT NULL,
`workCenterFk` int(11) NOT NULL,