Skip to content

Commit 8d7d274

Browse files
authored
[DDING-000] Entity-Column 불일치로 인해 DDL 수정 (#235)
1 parent 521e081 commit 8d7d274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CREATE TABLE form_application
44
name VARCHAR(50) NOT NULL,
55
student_number VARCHAR(50) NOT NULL,
66
status VARCHAR(50) NOT NULL,
7+
department VARCHAR(50) NOT NULL,
78
form_id BIGINT,
89
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP NULL,
910
updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP NULL,

0 commit comments

Comments
 (0)