Stop naming every table log_*
December 09, 2015, 03:49:13 am
I know it's completely pedantic. I just noticed how many log tables there are haha log_comments: they are comments for warning. So, "warning_comments" log_group_requests: "group_requests" log_likes: "likes" or "message_likes" log_member_notices: "member_notices" log_mentions: mentions log_online: online_users log_polls: poll_votes There's a lot more but the point is there. Everything can be a log if you look at it like it but if it is more than tracking a change, it isn't. A log never gets updated. You can truncate it but the point should be to only insert in to it. Objects aren't changes, they are objects. Not expecting changes (unless you want to haha) though.
Re: Stop naming every table log_*
Reply #2 – December 09, 2015, 07:41:10 am
What's wrong? I'd prefer it that way. Easy to find log at log_*.
Re: Stop naming every table log_*
Reply #3 – December 09, 2015, 01:02:52 pm
a) they aren't logs. They are tables containing objects b) if you remove log_* you can find it even easier because they'll be ordered alphabetically