Hello world. I need some advices about organizing prices table for hotels. The problem in follows, many hotels have it's own numbers type, and i don't know how to put it all with the best way.
My decision now is:
make field set like array
single,double, triple and so on. and each number type would be a new row in a database. Special numbers would be a special type with description name. Is it right, or anybody have better decisions?
Thanks in advance