Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo...

CREATE TABLE book_note (
    id SERIAL PRIMARY KEY,
    note_content TEXT NOT NULL,
    note_date DATE NOT NULL,
    book_id INT,
    FOREIGN KEY (book_id) REFERENCES book(id)
);

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages