Table Creation Time
This field displays the timestamp when the table was originally created in the database. The timestamp includes both date and time information in the database's time zone.
The creation time is useful for tracking when database objects were added, which can be important for auditing, version control, and understanding the evolution of your database schema over time.
Note: This timestamp reflects the table's creation time and is not updated when the table structure is modified or when data is inserted, updated, or deleted.