Selecting field names for scaffoding

Because of not being able to use fields with a ‘:’ in it’s name at the moment, I want to exclude these fields for the moment so I can move on.

Just being silly, commented the fields in table- and entityfile, baked new template, did an occasional empty caches, but the template kept code to the show the want-to-exclude fields.

Next option is trying to bake without the fields.

When using ’ bake model individuals --fields data_1’ and baking new template, the template still contains code for all fields of the individuals-table.

The model entity-file only mentions data_1, in model table-file all fields are present.

Am I on the right track, what’s the best way to exclude fields?

If so, am I doing something wrong, forgetting a step?