Currently, this is not possible. Although, it would be fairly easy to implement. The relative classes are:

The Integer type:

https://github.com/zendframework/zf2/blob/master/library/Zend/Db/Sql/Ddl/Column/Integer.php

The Column base type:

https://github.com/zendframework/zf2/blob/master/library/Zend/Db/Sql/Ddl/Column/Column.php

And the CreateTable decorator for MySQL

https://github.com/zendframework/zf2/blob/master/library/Zend/Db/Sql/Platform/Mysql/Ddl/CreateTableDecorator.php


Do you want to file an improvement or issue a pull request for this on the github issue tracker?

-ralph


On 8/8/13 12:11 PM, jimmysole wrote:
Hey Matt,

I've been trying everything and I can't seem to get Zend\Sql\Ddl to make the
column unsigned and auto increment. I know I'm probably missing something, I
just don't know what at this point.

Any help would be greatly appreciated

Jimmy



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Making-a-Integer-table-row-unsigned-with-Zend-Db-Sql-Ddl-Column-Integer-tp4660679p4660704.html
Sent from the Zend Framework mailing list archive at Nabble.com.



--
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to