models as notification
notification.create_notice_type("comment_received", ("Comment Received"), ("You have received a comment."))notification.send(request.user, "comment_received", {})
error: failed at position 8
Receivedexception from server (version 19.4.4):
Code: 48.DB::Exception: Received from 127.0.0.1:9000.DB::Exception: Method rename is not supported by s
.* FROM default
Code: 495.DB::Exception: Received from localhost:9000.DB::Exception: Cannot update user `default` in [users.xml] because this storage is readonly.
query: CREATE TABLE table_map (a Map(String, UInt64)) ENGINE=Memory;
Receivedexception from serverDB::Exception: Received from localhost:9000.DB::Exception: Cannot create table with column 'a' which type is 'Map(String,UInt64)' becau