Skip to content

Commit cc3d08d

Browse files
Update src/main/resources/db/migration/V20__create_user_media_list_table.sql
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a1735b4 commit cc3d08d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/db/migration/V20__create_user_media_list_table.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CREATE TABLE IF NOT EXISTS `user_media_list` (
33
`user_id` INT NOT NULL,
44
`media_id` INT NOT NULL,
55
`status` VARCHAR(50) DEFAULT NULL,
6-
`score` FLOAT DEFAULT NULL,
6+
`score` DECIMAL(3,1) DEFAULT NULL,
77
`progress` INT DEFAULT NULL,
88
`start_date` DATETIME DEFAULT NULL,
99
`finish_date` DATETIME DEFAULT NULL,

0 commit comments

Comments
 (0)