Development

#7687 ([symfony & doctrine - ch 4] Missing 'unsigned' in column's element definition)

You must first sign up to be able to contribute.

Ticket #7687 (closed documentation: fixed)

Opened 4 years ago

Last modified 4 years ago

[symfony & doctrine - ch 4] Missing 'unsigned' in column's element definition

Reported by: victor Assigned to: Jonathan.Wage
Priority: minor Milestone:
Component: sfDoctrinePlugin Version: 1.2.9
Keywords: doctrine, unsigned Cc: vberchet-sf@yahoo.com
Qualification: Unreviewed

Description

Toward the end of the chapter, 'unsigned' is missing from the column's element definitions. I propose adding the following from Doctrine doc:

unsigned: 
unsigned modifiers for some field definitions, although not all DBMS's support this modifier for integer field types.

As it affects Doctrine 1.0 upwards, all branches from 1.2 to 1.4 should be updated.

Change History

12/01/09 01:59:22 changed by Jonathan.Wage

  • status changed from new to closed.
  • resolution set to fixed.

(In [24631]) [1.2][doc] Added documentation for unsigned (closes #7687)