Hello,
Julien Cigar wrote:
I have "Objects" which have a name which could be in multiple
languages. I usually do a third table like the following:
- a table "Objects"
- a table "Languages"
- a table "ObjectNames" with a foreign key to "Objects", a foreign key
to "Languages" _and_ the translate
Hello,
I have a question which haunts me for some time now, since I'm testing
ORM tools in fact.
Let's take and example:
I have "Objects" which have a name which could be in multiples
languages. I usually do a third party table like the following:
- a table "Objects"
- a table "Languages"
-
2 matches
Mail list logo