Changeset 25488
- Timestamp:
- 12/16/09 23:42:58 (3 years ago)
- Files:
-
- doc/branches/1.2/doctrine/en/04-Schema-Files.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.2/doctrine/en/04-Schema-Files.txt
r24631 r25488 60 60 * Any value up to and including the number shown in brackets will produce the 61 61 specified 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" 64 63 * In postgres, serial is used if "autoincrement" is set 65 64 * In Doctrine >= 1.1, timezone is not specified