Commit 39c5be7a authored by Yorick Peterse's avatar Yorick Peterse

State that comma separated data is serialised data

Comma separated values really are a form of serialised data so we should
clarify that we shouldn't store such data in the DB.
parent 862da3cf
# Serializing Data
**Summary:** don't store serialized data in the database, use separate columns
and/or tables instead.
and/or tables instead. This includes storing of comma separated values as a
string.
Rails makes it possible to store serialized data in JSON, YAML or other formats.
Such a field can be defined as follows:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment