Add the `UserStatus` model
This model will hold the status of a user, including these fields: - emoji: always present, with a default value - user: always present, foreign key to user - message: optional, maximum length of 100 The table also stores - cached_markdown_version - message_html For rendering markdown in the `message` field.
Showing
app/models/user_status.rb
0 → 100644
Please register or sign in to comment