Robert D. Morse wrote: > It would be helpful if there were an "options" tag for tables that would > allow the inclusion of database table directives. For example: In Oracle, > you can specify Tablespace and storage directives: > > CREATE TABLE foo > (a varchar2(10), > b varchar2(20) > TABLESPACE bar > STORAGE(INITIAL 10M NEXT 10M MINEXTENTS 2 MAXEXTENTS UNLIMITED);
the schema.xml file should be independent from any db to make it possible to switch the db by regenerating the sql and the om-classes ... so i don't like the idea ... > > Not sure if this is the proper forum or protocol to use for > suggestions/enhancements. Let me know. Thanks to whoever added the > "description" tag! have you tried the DocumentationTask??? martin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
