Gallery field can't be installed at utf8mb4 database collation
Like in the title, when database is set to utf8mb4 collation installation attempt over with following error:
0 Specified key was too long; max key length is 767 bytes
solution to this is changing all varchar(250) parameters to varchar(191) in the sql installation query.