Open KKould opened 8 months ago
WITH TIME ZONE on CREATE TABLE TABLE_E141_07_10_01 ( A TIME WITH TIME ZONE DEFAULT CURRENT_TIMESTAMP )
WITH TIME ZONE
CREATE TABLE TABLE_E141_07_10_01 ( A TIME WITH TIME ZONE DEFAULT CURRENT_TIMESTAMP )
I think this should create a new DataValue like DataType::TimeWithZone to represent WITH TIME ZONE
DataValue
DataType::TimeWithZone
Feature Request
WITH TIME ZONE
onCREATE TABLE TABLE_E141_07_10_01 ( A TIME WITH TIME ZONE DEFAULT CURRENT_TIMESTAMP )
I think this should create a new
DataValue
likeDataType::TimeWithZone
to representWITH TIME ZONE