Skip to content
  • Bob Van Landuyt's avatar
    Add the `UserStatus` model · ae22b300271f
    Bob Van Landuyt authored
    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.
    ae22b300271f