wiki:RelationalDesign

Version 4 (modified by 133106, 5 months ago) ( diff )

--

Логички и физички дизајн

Релациска шема

Korisnik(id, email, password, username) Potrosuvac(id, adresa, br_telefon, korisnik_id) Vozac(id, korisnik_id) Admin(id, korisnik_id) Manager(id, korisnik_id) Naracka(id, datum, korisnik_id, restoran_id) Naplata(id, iznos, nacin_na_plakjane, naracka_id, potrosuvac_id) Vozilo(id, tip, br_registracija, vozac_id) Restoran(id, lokacija, rabotno_vreme, ime, manager_id) Menu_item(id, ime, cena, restoran_id*)

Attachments (10)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.