Hey Everyone,I was wondering how one would define an integer value to be
unsigned using Zend\Db\Sql\Ddl\Integer.Right now I have this:
$table->addColumn((new Integer('visit_count', false,
0))->setOption('visit_count', 'unsigned'));Is this the correct way?
ThanksJimmy -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-Db-Sql-Ddl-Integer-tp4660670.html Sent from the Zend Framework mailing list archive at Nabble.com.
