You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate how Drupal saves data for custom fields. I beleive for single values, a new database column is used, and for multi-value fields, a new table is created.
Custom Fields can hold multiple data values, or have custom data validation criteria. Allow the library to support extended fields.