Hi, I'm trying to do the following database:
The idea is that a commercial enter customer data in the following table "customer"
cod_cliente, name, ID number, country, province, city, zip code, address, teleffono, email, language, metodo_contacto, schedule
Then a company called table where it stores the following:
cod_emoresa, cod_cliente, name, forma_juridica, cif
A third table which stores user data:
cod_cliente, user, pass, domain
And finally fourth table that stores the incidents that have had:
cod_cliente, cod_empresa, issue, problem, nombre_tecnico, ticket, domain
This is the presentation that I made but of course my question is that I do not know if it is properly raised by the database system, I do not know if this is correct, if you you would do differently or otherwise as they arise, basically it about managing web sites for the storage of incidents that have different websites, I do not know if the user data type is better than a commercial or register directly by the users, not very clear to me tambipo.
Well, greetings and thanks for reading.