use billing; alter table admins add column auth_mode enum ("local", "ldap") not null default "local";