hi
so i have list of languages (suffixes)
en
de
pl
ru
 etc...

now i have my article_table, when normaly i would have columns:
id, title, content

but now i want to have:
id, title_en, title_de, title_pl,
title_ru,....,content_en,..,content_ru

how can i create table definition "dynamicly" according to languages i
have ?
[I am aware that i will have to alter my table when I will add or
remove a language]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to