Skip to content

Commit

Permalink
Deleting semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Sep 24, 2024
1 parent cc5fc09 commit 34dbb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/db/migration/V1__vetlog_master.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit 34dbb2e

Please sign in to comment.