Default value for answer time is now null in cdrsql

This commit is contained in:
andronache
2021-12-09 17:28:14 +02:00
committed by Dan Christian Bogos
parent d8388ff71e
commit 5cbd7e6e5c
9 changed files with 20 additions and 12 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,