What should be a query to the database so that you can create a column for storing tags. I thought that you can do so:
ALTER TABLE `modx_user_attributes` ADD `user_tags` text[] NOT NULL; But an error occurred:
Unexpected character. (near "[" at position 55)
Unexpected character. (near "]" at position 56)
# 1064 - You have an error in the request. Check the documentation for the version of MariaDB you are using for correct syntax near '[] NOT NULL' on line 1