In version V1:
For pms : #Fantastic,Guesty,igloohome,lodgify: Credentials will be added in corresponding tables. vk_guesty_user_access vk_lodgify_user_access vk_igloohome_credentials vk_fantastic_user_mapping
In version V2: All credentials related stuff will saved in vk_accounts only.
#Query :
ALTER TABLE vk_fantastic_credentials
ADD accountId
INT(100) NOT NULL AFTER userId
;
ALTER TABLE vk_guesty_user_access
ADD accountId
INT(100) NOT NULL AFTER user_id
;
INSERT INTO vk_account_types
(id
, account_type
, is_active
, created_date
, modified_date
) VALUES ('24', 'Fantastic', '1', '1575883925', '1575883925');