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
One topic we should cover is which data types we should use for dates. Tere are three data types https://dev.mysql.com/doc/refman/8.0/en/datetime.html and they all have different ranges. To prevent conflicts, bugs and difference in tables we should choose one or two and use this guide as a strict check.
The text was updated successfully, but these errors were encountered:
One topic we should cover is which data types we should use for dates. Tere are three data types https://dev.mysql.com/doc/refman/8.0/en/datetime.html and they all have different ranges. To prevent conflicts, bugs and difference in tables we should choose one or two and use this guide as a strict check.
The text was updated successfully, but these errors were encountered: