Typo in previous post, it should have been the other way around:

Entity PhysicalMedia dbtable="PHMEDIA" {
  String status length="3"
  String location
  - Set<@Media> media dbcolumn="RELMEDIA.MED_ID" <-> physicalMedia
}


Entity Media {
  String title !changeable
  - Set<@PhysicalMedia> physicalMedia inverse dbcolumn="RELMEDIA.PHMED_ID"
<-> media
}


-- 
View this message in context: 
http://www.nabble.com/-Sculptor--column-names-for-existing-database--tp15177242s17564p15205760.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to