Key/Reference of MongoDB table into MYSQL Table -


i have table mongodb "theme" , table in mysql "msintegration". useing gorm developing tables , queries. how can use theme's reference foreign key in mysql ? or without foreign key possible ?

class msinstance{ string msinstance_name theme theme } 


Comments