Actions
Feature #67335
closedIgnore non-standard mysql field attributs
Start date:
2015-06-06
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.6
Tags:
Complexity:
Sprint Focus:
Description
MySQL supports non-standard field attributes, some of these are inuse in the core. Ignore these if they are missing in the database compare and the installation is using DBAL.
- All integer types can have an optional (nonstandard) attribute UNSIGNED
- Floating-point and fixed-point types also can be UNSIGNED.
- the optional (nonstandard) attribute ZEROFILL
Actions