MySQL is an open-source, relational database management system.
1
vote
1answer
59 views
Class table inheritance… To 'type' or not to 'type'
I currently have a database that uses Class table inheritance model. Three different tables inherit from this table. The child tables have all a FK to the parent table and the fields are properly ...
0
votes
0answers
23 views
Does ejabberd datastore allow customization of message archiving?
I'm developing a chat-based app on iOS. There is some gameplay associated with the chat, so I need some control of how messages are stored - I either need to embed some tags within the messages or ...