周超
周超
lua entry thread aborted: runtime error: /usr/local/openresty/lualib/resty/upload.lua:61: http v2 not supported yet
``` package utils; import io.ebean.config.IdGenerator; public class EbeanIdGenerator implements IdGenerator { private static final UniqueId uid = new UniqueId(); @Override public Object nextValue() { return uid.getStringId(); } @Override public String...
migrate_plugins error ( BLOB/TEXT column 'command' used in key specification without a key length)
``` == CreateGitCaches: migrating ================================================ -- create_table(:git_caches) -> 0.0033s -- add_index(:git_caches, :command) rake aborted! An error has occurred, all later migrations canceled: Mysql2::Error: BLOB/TEXT column 'command' used in key specification...