common.stripe_accounts

Field Type Null Default Key Extra Comment
sua_id int(11) NO PRI auto_increment Primary key
sua_cus_id int(11) NO MUL Customer ID
sua_cli_id int(11) NO MUL Client ID
sua_stripe_usr_id varchar(25) NO Stripe Account User ID
sua_stripe_pub_key varchar(32) NO Stripe Account Publishable Key
sua_stripe_access_token varchar(32) NO Stripe Account Access Token
sua_stripe_refresh_token varchar(55) NO Stripe Account Refresh Token
sua_modified timestamp YES CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP
sua_created timestamp YES CURRENT_TIMESTAMP

References

Local Column References