CREATE TABLE authentication_holder {
id VARCHAR(256),
owner_id VARCHAR(256),
authentication LONGBLOB
}