I want so store a histogram of an image in a database. In the program the histogram is represented as an array of doubles (exactly 64)
What's is the best way to add it to entity model? (anything better than adding complex type with multiple double values?)
P.S. If it matters - I plan to generate my db from the entity model.