Can you add LIKE <parent table> TO CREATE TYPE too ?
There could be also CREATE TYPE ble AS ( LIKE <parent_table|other_type) );
and CREATE TABLE ble ( LIKE <some_type> ) , and each colmnu from compose
type will be add to table "ble" with static (NOT) NULL, and without
defaults.
what do you think ?