I’m study how discourse was implemented, and I hope to understand each fields in schemas of discourse database, so that I can quickly know the meaning of things done by ruby codes.Is there a suite document for me?
The best source of schema information is probably the annotations at the bottom of fiiles in the app/models directory. For example, the posts table columns are
「いいね!」 8
The Data Explorer Plugin might be worth a look too. It has the tables and columns listed out.
「いいね!」 6
しばらくぶりですが、Data Explorer Pluginをお持ちの場合は、apiを使用してすべてを取得することもできます: /admin/plugins/explorer/schema.json。
「いいね!」 3