common.clients_zuora_subscriptions
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| czs_id | int(11) | NO | PRI | auto_increment | ||
| czs_cus_id | int(11) | NO | 0 | MUL | Customer ID# | |
| czs_cli_id | int(11) | NO | 0 | MUL | Client ID# | |
| czs_cza_id | int(11) | NO | 0 | Zuora Account # | ||
| czs_subscription | varchar(15) | NO | Zuora Subscription | |||
| czs_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| czs_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References | ||||
|---|---|---|---|---|---|
| czs_id |
|