- Make column prefix for locally-defined composite value types empty If a composite value type is defined in a class, then we could make its table prefix empty by default. This will remove the ugly need to specify an empty prefix for deleted_data. Of course, if it is used for several data members, then we will end up generating broken code. Maybe if it is private and only used for a single data member?