Skip to content

account_flags

Relationships

erDiagram
    account_flags {
        intunsigned p_accid
    }
    account {
        int id
        varchar name
    }
    account_flags ||--o{ account : "One-to-One"

Relationship Type Local Key Relates to Table Foreign Key
One-to-One p_accid account id

Schema

Column Data Type Description
p_accid int Account Identifier
p_flag varchar Name
p_value varchar Value