Issue #1451032 by NROTC_Webmaster: Add note to schema docs about varchar columns needing to have length specified
parent
4695d1e8ca
commit
2f96316446
|
@ -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' =>
|
||||
|
|
Loading…
Reference in New Issue