Thread: TBDev09 (2020)
View Single Post
  #17  
Old 11th May 2020, 21:34
Asterix Asterix is offline
Senior Member
 
Join Date: Mar 2011
P2P
Posts: 20
Default
True.

but on tbdev database on table users column

`birthday` date DEFAULT '0000-00-00',

when insert the database it gives a column with null=yes default 000-00-00.

i suposse corect will be

`birthday` date NOT NULL DEFAULT '1920-01-01',
Reply With Quote