Skip to content

Commit

Permalink
fix: MySQL 예약어 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hun-ca committed Jun 9, 2024
1 parent 08238ee commit 0756d85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- 작가 및 유저
CREATE TABLE user
CREATE TABLE users
(
id BIGINT NOT NULL AUTO_INCREMENT,
email VARCHAR(255) NOT NULL,
Expand Down

0 comments on commit 0756d85

Please sign in to comment.