Drizzle-kit detecting random enums?

Why am I getting this interactive prompt? How can I force select the first option?

I get this when I run drizzle-kit push using pg.

Is account_type enum created or renamed from another enum?
❯ + account_type                              create enum
  ~ auth.aal_level › account_type             rename enum
  ~ auth.code_challenge_method › account_type rename enum
  ~ auth.factor_status › account_type         rename enum
  ~ auth.factor_type › account_type           rename enum
  ~ auth.one_time_token_type › account_type   rename enum
  ~ pgsodium.key_status › account_type        rename enum
  ~ pgsodium.key_type › account_type          rename enum
  ~ realtime.action › account_type            rename enum
  ~ realtime.equality_op › account_type       rename enum
Was this page helpful?