apache / incubator-answer

A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.
https://answer.apache.org
Apache License 2.0
12.79k stars 973 forks source link

table has no comments #1137

Closed Capricornwqh closed 31 minutes ago

Capricornwqh commented 3 hours ago

version 1.4.0 After initialization, the table has no comments image

LinkinStars commented 2 hours ago

FYI: https://answer.apache.org/docs/database

Capricornwqh commented 2 hours ago

FYI: https://answer.apache.org/docs/database

This document is not the latest, and some newly tables are missing, such as user_notification_config Can be add comments in xorm's struct in the future? When initializing the table in this way, it will be automatically added to MySQL image

LinkinStars commented 2 hours ago

Sorry, we tried it before, but in postgresql, SQLite can not generate comment and will report errors.

https://gitea.com/xorm/xorm/issues/2371 https://gitea.com/xorm/xorm/issues/562