Skip to content

Commit

Permalink
feat: mapping_workbook_article 테이블 day_col 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hun-ca committed Jun 10, 2024
1 parent 7e17587 commit b2e9c6f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ CREATE TABLE mapping_workbook_article
id BIGINT NOT NULL AUTO_INCREMENT,
workbook_id BIGINT NOT NULL,
article_id BIGINT NOT NULL,
day_col int NOT NULL,
deleted_at TIMESTAMP NULL DEFAULT NULL,
PRIMARY KEY (id),
UNIQUE (article_id, workbook_id)
Expand Down

0 comments on commit b2e9c6f

Please sign in to comment.