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
Handle tables that don't use the default primary key field name id, you can retrieve the primary key of the source table through r.db(sourceDb).table(table).info()('primary_key') and pass it into the tableCreate call through the primaryKey opt arg.
The text was updated successfully, but these errors were encountered:
Handle tables that don't use the default
primary key
field nameid
, you can retrieve the primary key of the source table throughr.db(sourceDb).table(table).info()('primary_key')
and pass it into thetableCreate
call through theprimaryKey
opt arg.The text was updated successfully, but these errors were encountered: