![]() |
jadachDevClub member 10/30/2019 |
Why don't you use a notes table. This way you simply do not allow editing or deleting. Just add the note with a date added and added by. |
A
|
acpan 10/30/2019 |
Maybe use inline add to a table, remove edit and delete rights. |
G
|
gtothill author 10/31/2019 |
Thanks both, |
D
|
DealerModulesDevClub member 10/31/2019 |
Take a look at GROUP_CONCAT() in MySQL, it may help with what you are trying to achieve. |
A
|
acpan 11/1/2019 |
I can think of 2 methods:
|
A
|
acpan 11/1/2019 |
One other method,which is most straight forward. |
M
|
MikeT 11/1/2019 |
Another idea: you could have notes_concatenated field in your main table that is read only in the frontend/user interface. |
G
|
gtothill author 11/7/2019 |
Excellent! |