Lastlogintime

There is a table named identity.aspnetusers for the Identity Server that contains a column named LastLoginTime and there are null values for some users that are active. I need to know what the null value means. I have not been able to figure it out.

Hi @Nenna_Anya ,

Null value means empty.

NULL is used in SQL to indicate that a value doesn’t exist in the database . It’s not to be confused with an empty string or a zero value. While NULL indicates the absence of a value, the empty string and zero both represent actual values.

Regards,
Arivu

I know that null value means no value. Why is Orchestrator putting a null value in the LastLoginTime column for some records and a date and time for others?

May be not logged in before that’s why null value present.

Can you share that table screenshot and table name
Regards,
Arivu