Closed fuzeyu closed 4 years ago
The background system mainly manages the information of employees, tickets and customers. Therefore, in order to build a good background system, we need to design our database. In the previous sprint I uploaded an ERD for reference.
We need to redesign the database now, because considering the complexity of data, I think we can first create the most basic data tables, such as user tables, route tables and ticket tables.
Here I think we can use the soft connection of the database for association, so that the data operation is more flexible, and we can directly change what kind of data we need in the back-end PHP.
Whether to join the form of system user, because the user needs to log in to the background system
Yes i agree with you
We can use phpMyAdmin to build some basic tables
The backstage system starts to develop, the first task is to design the database