Subject Change Scale of Numeric Type
Author slalom91
I would like to change the scale of field from (15,2) to (15,5). Using
the alter table x alter collumn x is not going to work for me because
of a huge list of dependencies. Is there a way to modify a system
table to make this change or am I stuck with removing a chain of
dependencies.

Thanks.