Roman Zaykovsky

Results 2 issues of Roman Zaykovsky

It would be great to be able to create tables with an **Identity Column**. The **old** PostgreSQL approach for creating identifiers: ``` CREATE TABLE test_old ( id serial PRIMARY KEY,...

Feature: Add libvips support for image processing. https://github.com/libvips/libvips https://github.com/libvips/php-vips It would be convenient, because now I have to use GD or Imagick to work with Color Thief PHP, while the...

feature-request