Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: DBFORGE add field zerofill
Post: RE: DBFORGE add field zerofill

Hello, I solve this problem setting ZEROFILL after field type and lenght, like this: $fields= array( 'month' => array( 'type' => 'TINYINT(2) ZEROFILL', 'unsigned' => TRUE) );
4,364 Views
3 Replies
12-12-2018, 11:34 AM
Wanderson Neves

Theme © iAndrew 2016 - Forum software by © MyBB