Skip to content

Commit

Permalink
feat: flyway v1.00.0.1 반영(unsubs_opinion 컬럼 추가)
Browse files Browse the repository at this point in the history
  • Loading branch information
hun-ca committed Jun 23, 2024
1 parent ce06d8c commit 5500c9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/db/migration/entity/v1.00.0.1__add_column.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- subscription 테이블에 reason 컬럼 추가 (한국어로만 100자 가능)
ALTER TABLE subscription
ADD COLUMN unsubs_opinion VARCHAR(300) NULL;

0 comments on commit 5500c9f

Please sign in to comment.