Can the middlegen plugin do Sequence name generation. I'm using the
plugin with Postgresql which creats it's sequences in the form
<tablename>_<idcolumnname>_seq. As of now i'm editing the structure in
middlegen to make the appropriate tables use sequence key generation and
manually type in the sequence name for each table. Is there a way I can
get middlegen to do that for me? |