OptionalenvOptional environment scoping. When set, the seeder is only eligible to run when the environment passed to runSeeders() (or NODE_ENV) matches one of these values. Seeders without this field always run, regardless of environment - this keeps plain reference-data seeders "production safe" by default while letting dev-only fixtures opt in to scoping.
Definition of a seeder - up populates data, down removes it