Issue #1451032 by NROTC_Webmaster: Add note to schema docs about varchar columns needing to have length specified

8.0.x
Jennifer Hodgdon 2012-02-29 16:53:05 -08:00
parent 4695d1e8ca
commit 2f96316446
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ require_once __DIR__ . '/query.inc';
* (decimal digits right of the decimal point). Both values are
* mandatory. Ignored for other field types.
* All parameters apart from 'type' are optional except that type
* 'numeric' columns must specify 'precision' and 'scale'.
* 'numeric' columns must specify 'precision' and 'scale', and type
* 'varchar' must specify the 'length' parameter.
* - 'primary key': An array of one or more key column specifiers (see below)
* that form the primary key.
* - 'unique keys': An associative array of unique keys ('keyname' =>