Amourhoffen / firstprojectmanagement

assigment
0 stars 0 forks source link

Create a database schema to store menu items for the food website. The schema should include the following fields: #3

Open Amourhoffen opened 1 week ago

Amourhoffen commented 1 week ago

Item Name (string)

Description (string)

Price (decimal)

Image URL (string)

Category (e.g., appetizers, mains, desserts)

Availability (boolean)

Deliverables: