Bill Schaller
Bill Schaller
… - paddingLeft - paddingRight. el[0].scrollWidth is definitely not the same as el.width(). scrollWidth returns the larger of either the width of the container or the width of the scrolling...
Attempting to rename a column of type 'datetime2(6)' on SQL Server results in phinx complaining, ``` [RuntimeException] The SqlServer type: "datetime2" is not supported ``` This is a pretty simple...
 THANKS :+1:
I think the same composite key flattening scheme as is used with the DoctrineCache storage would work well for most of the storage providers. Might even be worthwhile to roll...
Named PK constraints is a pretty universally supported thing. I think DBAL 3 should support naming a PK. This would make interop a little easier on shared environments. See #807