Skip to main content

Entity relationship diagram

dbml book_library.abonents       book_library.abonents        id     uuid (!) name     text (!) surname     text (!) patronymic     text email     text (!) created_at     timestamptz (!) book_library.books       book_library.books        id     uuid (!) title     text (!) isbn     text (!) publication_date     date (!) authors     jsonb (!) borrowed_by_abonent_id     uuid borrowed_at     timestamptz borrowed_return_before     date created_at     timestamptz (!) book_library.book_stat_changes       book_library.book_stat_changes        id     uuid (!) isbn     text (!) publication_date     date (!) available_count     int4 (!) borrowed_count     int4 (!) book_library.book_stats       book_library.book_stats        isbn     text (!) publication_date     date (!) title     text (!) authors     text (!) available_count     int4 (!) borrowed_count     int4 (!)