python-twitch-chatbot icon indicating copy to clipboard operation
python-twitch-chatbot copied to clipboard

Create a table for users and change chat_message table to use ID instead of username

Open MitchellHarrison opened this issue 4 years ago • 0 comments

If we store based on ID, we can correct for changing usernames and we can just relate another table with the user ID columns that will contain up to date names as they change. That table can also contain subscriber status and other user-specific stats.

MitchellHarrison avatar May 25 '21 22:05 MitchellHarrison