diff --git a/src/main/resources/db/migration/V1__vetlog_master.sql b/src/main/resources/db/migration/V1__vetlog_master.sql index 1727c696..0f629427 100644 --- a/src/main/resources/db/migration/V1__vetlog_master.sql +++ b/src/main/resources/db/migration/V1__vetlog_master.sql @@ -200,7 +200,7 @@ CREATE TABLE `pet_log` ( `signs` varchar(1000) NOT NULL, `vet_name` varchar(255) DEFAULT NULL, `pet_id` bigint(20) DEFAULT NULL, - `uuid` varchar(255) NOT NULL; + `uuid` varchar(255) NOT NULL, PRIMARY KEY (`id`), KEY `FK6qt0o586ujuoupfj1gnnw3yjp` (`pet_id`), CONSTRAINT `FK6qt0o586ujuoupfj1gnnw3yjp` FOREIGN KEY (`pet_id`) REFERENCES `pet` (`id`)