package notification const ( TypeMail = "mail" TypeMobile = "mobile" ) const ( SettingsColName = "notification_settings" )