List Single Field
Categories
Component ID
2689057
Component name
List Single Field
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Drupal creates new table for every single field creation. In greenfield projects, where select drop down is required at many places. It leads to issue to many tables in database with little data.
This module works on single field base and multiple field instance concept thus leads to less table creation.
