Commit b656599
Add TYPE_BIT constant to AdapterInterface (#1013)
* Add TYPE_BIT constant to AdapterInterface
Adds the TYPE_BIT constant mapping to TableSchemaInterface::TYPE_BIT
for consistency with the core BIT type support added in cakephp/cakephp#19223.
This allows migration users to reference AdapterInterface::TYPE_BIT
when defining BIT columns in MySQL migrations.
* Bump cakephp/database constraint to ^5.3.2 for TYPE_BIT support1 parent 4c4fb53 commit b656599
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments