No it would not be in that table. Further, that table should not have all the 'not_' values. That table is just a list of valid features.
To align records with features you need a junction table (also called associative entity https://en.wikipedia.org/wiki/Associative_entity). That table will contain 2 numeric fields, 1 to hold the NP_feature_id and one to hold the record_ID.
To align records with features you need a junction table (also called associative entity https://en.wikipedia.org/wiki/Associative_entity). That table will contain 2 numeric fields, 1 to hold the NP_feature_id and one to hold the record_ID.