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 }
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
Post a Comment