Skip to content

Commit

Permalink
[fix] null exception 처리.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongseoki committed Nov 13, 2023
1 parent b10db93 commit c69ff8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/sql/231113_2200.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE bside.alcohol
MODIFY COLUMN `degree` float NULL;

0 comments on commit c69ff8c

Please sign in to comment.