Welcome Guest, Not a member yet? Register   Sign In
DBFORGE add field zerofill
#1

Hi,

I would like to create a table with a field tinyint(2) unsigned zerofill. When I try the statement below column is created but zerofill don't work. 

'month' => array(
                    'type' => 'TINYINT',
                    'constraint' => '2',
                    'unsigned' => TRUE,
                    'zerofill' => TRUE)


Do you have the solution ? Is my syntax correct ?

Thanks
Reply


Messages In This Thread
DBFORGE add field zerofill - by flav - 02-16-2018, 02:52 AM
RE: DBFORGE add field zerofill - by InsiteFX - 02-16-2018, 04:10 AM
RE: DBFORGE add field zerofill - by Avenirer - 02-17-2018, 10:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB