Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Foreign key for MultiDBCake example #22

Open
suriyanto opened this issue Oct 23, 2013 · 1 comment
Open

Foreign key for MultiDBCake example #22

suriyanto opened this issue Oct 23, 2013 · 1 comment

Comments

@suriyanto
Copy link

I followed the MultiDBCake example to be able to get different databases used between testing and production. In the table definition, I would like to set foreign key between Users and Pictures, which should be similar to below.

def pictureKey = foreignKey("FK_USER_PICTURE", pictureId, PictureComponent.Pictures)(_.id.get)

However due to the fact that the Pictures object is inside PictureComponent trait, there is no way for me to reference PictureComponent.Pictures. What will be your suggestion on adjusting this example to be able to achieve this?

Thanks,
Suriyanto

@pussinboots
Copy link

Hello suriyanto,

with the actual code it should work. The import line is trait UserComponent { this: Profile with PictureComponent . With the code with PictureComponent you are able to access slick definition of Pictures.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants