mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
add missing MySQL data type link
This commit is contained in:
parent
38101995b4
commit
7c0bcb16c8
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ class Mysql extends DboSource {
|
||||||
/**
|
/**
|
||||||
* MySQL column definition
|
* MySQL column definition
|
||||||
*
|
*
|
||||||
|
* @link https://dev.mysql.com/doc/refman/5.7/en/data-types.html MySQL Data Types
|
||||||
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public $columns = array(
|
public $columns = array(
|
||||||
|
|
Loading…
Reference in a new issue