Skip to content

Commit

Permalink
fix: bottom_banner ddl
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Feb 26, 2024
1 parent 02525b2 commit 604bcff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ CREATE TABLE `bottom_banner`
`seq` int NOT NULL COMMENT '배너 순서',
`image_url` varchar(512) NOT NULL COMMENT '배너 이미지',
`landing_url` varchar(512) NOT NULL COMMENT '랜딩 url',
`is_active` tinyint(1) NOT NULL COMMENT '활성화 여부',
`is_active` tinyint(1) NOT NULL COMMENT '활성화 여부'
) ENGINE=InnoDB AUTO_INCREMENT=200000 DEFAULT CHARSET=utf8mb4 COMMENT='바텀 배너';

0 comments on commit 604bcff

Please # to comment.