Skip to content

Commit

Permalink
add missing MySQL data type link
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbarre committed Mar 5, 2017
1 parent 3810199 commit 7c0bcb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Cake/Model/Datasource/Database/Mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ class Mysql extends DboSource {
/**
* MySQL column definition
*
* @link https://dev.mysql.com/doc/refman/5.7/en/data-types.html MySQL Data Types
*
* @var array
*/
public $columns = array(
Expand Down

0 comments on commit 7c0bcb1

Please sign in to comment.