Discourse data analysis - Not able to understand some of the column names

Hi, I’m trying to analyse some data but I have come across a lot of column names which I do not understand. Is there any resource which I can refer to get an idea about those terms.

For instance in the application_requests table, there is req_type column which has numeric values which gets mapped to the request types that I do not know.

Thanks

The documentation is the code. I think this is what you are looking for

https://github.com/discourse/discourse/blob/master/app/models/application_request.rb#L4-L14

2 Likes

Hi @pfaffman,

Thanks!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.