Changes between Version 8 and Version 9 of Logical and Physical Design - Database creation (with SQL Scripts)


Ignore:
Timestamp:
11/29/22 19:37:02 (22 months ago)
Author:
201101
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Logical and Physical Design - Database creation (with SQL Scripts)

    v8 v9  
    272710. ''Meal'' ('''__meal_id__''', '''price''', '''meal_type''')
    282811. ''Log_in'' ('''__login_id__''', '''password''', '''username''', '''user_id*''')
    29         * '''*'''Референцира user_id од User
    30 12. ''User'' ('''__user_id__''', '''EMBG''', '''address''', '''email''', '''phone_number''')
     29        * '''*'''Референцира user_id од User_table
     3012. ''User_table'' ('''__user_id__''', '''EMBG''', '''address''', '''email''', '''phone_number''')
    313113. ''Waiter'' ('''__user_id*__''', '''shift''', '''salary''')
    32         * '''*'''Референцира user_id од User
     32        * '''*'''Референцира user_id од User_table
    333314. ''Receptionist'' ('''__user_id*__''', '''shift''', '''salary''')
    34         * '''*'''Референцира user_id од User
     34        * '''*'''Референцира user_id од User_table
    353515. ''Chef'' ('''__user_id*__''', '''shift''', '''salary''')
    36         * '''*'''Референцира user_id од User
     36        * '''*'''Референцира user_id од User_table
    373716. ''Guests'' ('''__user_id*__''', '''passport_number''')
    38         * '''*'''Референцира user_id од User
     38        * '''*'''Референцира user_id од User_table
    393917. ''Prepared_Meal'' ('''__prepared_meal_id__''', '''meal_id*''',  '''user_id*''')
    4040        * '''*'''Референцира meal_id од Meal