Seller profile payment option
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
user_id | integer | not null |
payment_option_id | integer | not null |
row_modtime | integer | |
Indexes: seller_profile_payment_option_pkey primary key btree (user_id, payment_option_id), | ||
seller_profile_payment_option_payment_option_id_key unique btree (payment_option_id) | ||
Foreign Key constraints: $1 FOREIGN KEY (user_id) REFERENCES sf0507.seller_profile(user_id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)