A
A
Alexey2018-03-27 15:29:19
MySQL
Alexey, 2018-03-27 15:29:19

How to store the history of field values ​​in a database?

Hello. One question arose here, but I'm not strong in the database. Who can help?
There is a table of SHOP stores, which is also used in complex queries.
It is necessary to store the history of names (for change, deletion). How would you do it the right way?
Shop (
id int autoincrement primary key,
name string,
addr string,
shedule string,
type int key
)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Makarov, 2018-03-27
@Nipheris

https://toster.ru/answer?answer_id=1059951

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question