Default value for answer time is now null in cdrsql

This commit is contained in:
andronache98
2021-12-21 17:58:48 +02:00
committed by Dan Christian Bogos
parent 8cad69d2a3
commit fc3c644f05
6 changed files with 16 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ CREATE TABLE cdrs (
subject varchar(128) NOT NULL,
destination varchar(128) NOT NULL,
setup_time datetime NOT NULL,
answer_time datetime NOT NULL,
answer_time datetime NULL,
`usage` BIGINT NOT NULL,
extra_fields text NOT NULL,
cost_source varchar(64) NOT NULL,