edit table and check tablespace (eg TBS1) is assigned
in Physical Model Explorer right click tablespace (TBS1) and delete it
edit table and check tablespace is no longer assigned (it is blank)
generate DDL
check DDL and see the tables have “TABLESPACE TBS1” clause
I take exactly the same steps, however the clause of the deleted tablespace is not included in the script I get. Unfortunately, I keep failing to reproduce the problem.
I will forward it to our testers for further verification.
Thanks very much.
I’ve tried a different model with the same result.
I wrote a script to Log Entity.Tablespace.Name and ran it after step 4.
Although the Entity Edit dialog showed the tablespace as blank, Entity.Tablespace.Name still showed the original name. I guess this is why it still appears in the DDL script.