1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

SQL: NOT NULL for timestamps [#63, #300]

This commit is contained in:
Aleksey Midenkov
2017-10-31 17:54:09 +03:00
parent 55e9a5e2a4
commit fcbb672faa
4 changed files with 7 additions and 8 deletions

View File

@ -132,7 +132,7 @@ drop table t2;
create table t2 select now() as a , curtime() as b, curdate() as c , 1+1 as d , 1.0 + 1 as e , 33333333333333333 + 3 as f;
describe t2;
Field Type Null Key Default Extra
a datetime YES NULL
a datetime NO NULL
b time NO NULL
c date NO NULL
d int(3) NO NULL