We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1fcb3 commit edd1066Copy full SHA for edd1066
src/main/resources/db/migrations/V1__create_books_table.sql
@@ -1,5 +1,5 @@
1
CREATE TABLE books(
2
- boookId BIGINT PRIMARY KEY,
+ bookId BIGINT PRIMARY KEY,
3
bookName VARCHAR(100) NOT NULL UNIQUE,
4
bookAuthor VARCHAR(45) NOT NULL,
5
releaseDate TIMESTAMP NOT NULL
0 commit comments