Hi all,
Is it possible to override the defaults in inherited fields when defining tables?
e.g.
table1 field1 field2
table2 inherits table1 field1 default 'A' field3 field4
table3 inherits table1 field1 default 'B' field5 field6