mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 23:28:44 +05:00
Default value for answer time is now null in cdrsql
This commit is contained in:
committed by
Dan Christian Bogos
parent
d8388ff71e
commit
5cbd7e6e5c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user