Skip to content

Commit

Permalink
feat: foo 테이블 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jun 7, 2024
1 parent 4ac6a05 commit b62ea6a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE TABLE foo_tb
(
id BIGINT NOT NULL AUTO_INCREMENT,
name VARCHAR(255) NOT NULL,
deleted BIT NOT NULL,
primary key (id)
);

0 comments on commit b62ea6a

Please sign in to comment.