This commit is contained in:
Anthony Somerset
2018-12-21 17:18:35 +00:00
committed by Dan Christian Bogos
parent 98ffca7d17
commit 4532a10321

View File

@@ -498,6 +498,7 @@ CREATE TABLE tp_chargers (
`activation_interval` varchar(64) NOT NULL,
`run_id` varchar(64) NOT NULL,
`attribute_ids` varchar(64) NOT NULL,
`weight` decimal(8,2) NOT NULL,
`created_at` TIMESTAMP,
PRIMARY KEY (`pk`),
KEY `tpid` (`tpid`),