Sponsored Charge Points
A sponsored charge point is included in your data, if the team_id
of the record belongs to one of your teams.
Name | Data Type | Description |
---|---|---|
id | INTEGER | Unique ID of the table |
charge_point_id | INTEGER | Foreign key referring to the charge_points table |
team_id | INTEGER | Foreign key referring to the teams table |
price_group_id | INTEGER | Foreign key referring to the team_price_groups table |
payout | VARCHAR | The payout frequency for this sponsored charge point |
created_at | TIMESTAMP | Timestamp for the creation of the sponsored charge point |
accepted_at | TIMESTAMP | Timestamp for when the sponsorship was accepted |
updated_at | TIMESTAMP | Timestamp for the last update of the sponsored charge point record |
deleted_at | TIMESTAMP | Timestamp for when this sponsored charge point was deleted |
Updated 6 days ago