Does underlying component type translation ? For example when I define some field as boolean common translation to MsSQLshould be ‘bit’ but for postresql could be literaly ‘boolean’. If that does not exists I’ll have to write diferents specifications for each language. Maybe I’m doing something wrong? maybe the spirit is that different database => different dbml ?
Thats is a must functionallity IMHO …
Table types {
boolean boolean
}