I'm using Designer/2000 to create my database scripts. I was wondering if it's possible within this tool to specify the tablespace storage for my indexes?
Because right now, when Designer/2000 create my scripts for all my indexes, it doesn't put the TABLESPACE option, so when I'm running the script, all my indexes are created in the user's default tablespace (which is the DATA tablespace).
I always have to modify manually the script before running it against my database (it's pretty bad since I have over 150 indexes!!)

Thanks in advance.