You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by Apache Wiki <wi...@apache.org> on 2006/01/04 10:43:49 UTC

[Db-ddlutils Wiki] Update of "MySql" by MartinvandenBemt

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-ddlutils Wiki" for change notification.

The following page has been changed by MartinvandenBemt:
http://wiki.apache.org/db-ddlutils/MySql

New page:
 * autoIncrement and required
   Even though when having a autoincrement primary field implies that it is required, it is best to specify required="true" in the column definition of your model. When you specify that eg altering a database will not try to alter all autoincrement columns over and over again.