0

"Add relationship" makes foreign-key with data type "bigserial".

Takahiro Hayashibe 2 years ago 0

"Add relationship" function on some table which has "bigserial" data-type primary-key, 

will make the foreign-key on child-table where the data-type is "bigserial".

Here, the data-type should be "bigint".