You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "time" column should probably be using the MySQL "DATETIME" type instead of "VARCHAR(255)" type (storing the date as a string) to improve database queries.
Workaround: cast the "time" column to to date in queries like:
The "time" column should probably be using the MySQL "DATETIME" type instead of "VARCHAR(255)" type (storing the date as a string) to improve database queries.
Workaround: cast the "time" column to to date in queries like:
The text was updated successfully, but these errors were encountered: