if I create an id like this (tid::text || \'_\' || id::text) as master_id what\'s the best way to prevent null values in tid or id from creating a null value for the master_id?<