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
tidb> select now();
+---------------------+
| now() |
+---------------------+
| 2019-02-28 21:09:20 |
+---------------------+
1 row in set (0.00 sec)
tidb> create table t(a int);
Query OK, 0 rows affected (0.01 sec)
tidb> ALTER TABLE t ADD COLUMN ts timestamp DEFAULT '1970-01-01 08:00:01';
ERROR 1067 (42000): Invalid default value for 'ts'
What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)?
Release Version: v3.0.0-beta-132-gddbf60f6d
Git Commit Hash: ddbf60f
Git Branch: master
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
tidb-server -V
or runselect tidb_version();
on TiDB)?Release Version: v3.0.0-beta-132-gddbf60f6d
Git Commit Hash: ddbf60f
Git Branch: master
The text was updated successfully, but these errors were encountered: