You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.
Hi! In one-to-one association at the bottom there is a section about using existing tables. But it only covers how to specify a table name and table columns for simple attributes. But how can i specify a foreign key name for association?
I mean something like this:
So, from db point, there is a pb_pet_id column, which is foreign key, but from js/waterline view — we'll get a pet object, that is associated with user.
The text was updated successfully, but these errors were encountered:
Hi! In one-to-one association at the bottom there is a section about using existing tables. But it only covers how to specify a table name and table columns for simple attributes. But how can i specify a foreign key name for association?
I mean something like this:
So, from db point, there is a pb_pet_id column, which is foreign key, but from js/waterline view — we'll get a pet object, that is associated with user.
The text was updated successfully, but these errors were encountered: