getTable('addressbooks'); $column = $table->getColumn('id'); $column->setUnsigned(true); $table = $schema->getTable('calendarobjects'); $column = $table->getColumn('id'); $column->setUnsigned(true); $table = $schema->getTable('calendarchanges'); $column = $table->getColumn('id'); $column->setUnsigned(true); return $schema; } }