How to specify tablespace when an index is automatically generated by a foreign key?

Hello,


I am currently upgrading Liquibase from 2.0rc2 to 2.0.5. My environment uses Oracle 10g.


Apparently, in this new version, automatically creates an index associated to the foreign key. 


My problem is the following: The index’s name and the tablespace’s name are automatically chosen by Oracle because none of them are explicitly specified.


Since I am not allowed to explicitly write any SQL statement, is there a way to define those values through my Liquibase script?


Kind regards,


Lorent


I’d like an answer to this question as well.