Development

Changeset 25488

You must first sign up to be able to contribute.

Changeset 25488

Show
Ignore:
Timestamp:
12/16/09 23:42:58 (3 years ago)
Author:
Russ
Message:

[doc][1.2]Fix reference to "int" that should be avoided in Doctrine docs - closes #7232

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.2/doctrine/en/04-Schema-Files.txt

    r24631 r25488  
    6060* Any value up to and including the number shown in brackets will produce the  
    6161specified column type 
    62 * "Integer" and "int" are identical, any integer greater than 5 will produce  
    63 "bigint" 
     62* Any integer with size greater than 4 will produce "bigint" 
    6463* In postgres, serial is used if "autoincrement" is set 
    6564* In Doctrine >= 1.1, timezone is not specified