We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not finalised, just a quick summary of the planned database schema:
User:
Room:
RoomRolePrivs:
RoomRole:
RoomStaff: (PK: room_id, user_id)
Media:
Play:
Queue:
Chat:
The text was updated successfully, but these errors were encountered:
Not sure we need style in the chat table. Wouldn't emotes/emojis be done using markup/down?
Upon saying that, you could use style for admin messages etc.
Also, won't media need a url?
Sorry, something went wrong.
Yeah, style will be used for admin messages, etc.. Maybe will use it for other stuff but undecided about that...
And yep, media needs a URL.. This was just a rushed schema so that we have a rough idea of what we're aiming for, wasn't meant to be perfect ;)
ylt
No branches or pull requests
Not finalised, just a quick summary of the planned database schema:
User:
Room:
RoomRolePrivs:
RoomRole:
RoomStaff: (PK: room_id, user_id)
Media:
Play:
Queue:
Chat:
The text was updated successfully, but these errors were encountered: