Best way to design database tables for classified ads [closed]

I want to post classified ads. So in the context of designing the database is it better to put fields like body_type (which is not going to really change ever) or color into a separate table or keep as part of the overall model?

Вернуться на верх