Prasundas99/Web-Development-Traning

Database structure should be updated in PHP MySQL Project.

Closed this issue · 1 comments

Describe the bug
Auto Increment and Primary key parameter is missing in 'Id' column.
->Without Auto increment the project execution will fail.
->Every table must have a Primary key for unique identification of rows.

Expected behavior
Id should be unique and Get Auto Incremented.

Screenshots
Current Database Structure
Current_DB_Structure

Required Database Structure
Expected_DB_Structure

All the mentioned changes will be made in note.sql file.