Column Name 'xxx' in Schema 'Horas_Schema' of...

Column Name โ€˜xxxโ€™ in Schema โ€˜Horas_Schemaโ€™ of Column Type โ€˜Nameโ€™ has an invalid Initial Value of โ€˜USERNAME()โ€™. If the app uses the USERNAME() function, it must require users to sign in. I got this error this week. Any clue how to solve it?

0 1 526
1 REPLY 1

You need to set the option Security > Require Sign-in > Require user signin? to ON. Instead of USERNAME(), use USEREMAIL() if it could be possible. Itโ€™s much more reliable.

Top Labels in this Space