Logging User Messages

Hi, I want to collect message count and message itself. Is it bad to store message in “field” as a String?

Example Scheme:

tags:
-host
fields:
-user_id (UUID)
-message (max length 256 letter)