플러그인으로 데이터를 저장하는 가장 좋은 방법은 무엇인가요?

I think we should probably deprecate PluginStore cc @david , it just leads to pain down the line.

Creating new tables and models are the way to go imo.

Post and Topic custom fields can work for this. Downside though is indexing can be tricky cause it does not feel right to add indexes to core tables. Which is back to just introducing new tables.