MySQL Tutorial/Data Dictionary/time zone
Версия от 13:44, 26 мая 2010; (обсуждение)
time_zone
Database changed
mysql> desc time_zone;
+------------------+------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+------------------+------------------+------+-----+---------+----------------+
| Time_zone_id | int(10) unsigned | NO | PRI | NULL | auto_increment |
| Use_leap_seconds | enum("Y","N") | NO | | N | |
+------------------+------------------+------+-----+---------+----------------+
2 rows in set (0.00 sec)
mysql> use test
Database changed