Sometimes we want to generate code only for Struct/Record, and not for View/Table. For example, see [this reform-db model](https://github.com/go-reform/reform/blob/e66d9634783b49cfa2f9a4105691e6b1ef7c35bc/reform-db/models.go#L66-L76). In a magic comment, table name `-` (as in `//reform:-`) should generate Struct/Record, but skip View/Table code.