# Create custom db table and fields from plugin

**URL:** <https://meta.discourse.org/t/create-custom-db-table-and-fields-from-plugin/36164>\
**Category:** Development\
**Created:** [November 30, 2015, 6:09pm UTC](https://meta.discourse.org/t/create-custom-db-table-and-fields-from-plugin/36164 "2015-11-30T18:09:49Z")\
**Posts on this page:** 1\
**Showing post:** 2

<div class="post-metadata">

**Author:** ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)\
**Post date:** [November 30, 2015, 6:14pm UTC](https://meta.discourse.org/t/create-custom-db-table-and-fields-from-plugin/36164/2 "2015-11-30T18:14:23Z")

</div>

You might want to have a look at the [custom fields](https://github.com/discourse/discourse/blob/master/app/models/concerns/has_custom_fields.rb) (which are available for groups, users, categories, topics and posts) or the [plugin store](https://github.com/discourse/discourse/blob/master/app/models/plugin_store.rb) 😉

---

_[View the full topic](https://meta.discourse.org/t/create-custom-db-table-and-fields-from-plugin/36164)._
