Presently, we can create columns in database for only integer, float, string datatypes in database.
Expected Behaviour:
A user should be able to specify datatype like "xsd:dateTime" while creating API doc. Database columns should be created accordingly. Ref : https://www.w3.org/TR/xmlschema-2/#dateTime
Steps to reproduce:
Snapshot:
Environment:
* python version
* pip version
* OS details
### Do you want to work on this issue?
I'm submitting a
Current Behaviour:
Presently, we can create columns in database for only integer, float, string datatypes in database.
Expected Behaviour:
A user should be able to specify datatype like
"xsd:dateTime"
while creating API doc. Database columns should be created accordingly. Ref : https://www.w3.org/TR/xmlschema-2/#dateTimeSteps to reproduce:
Snapshot:
Environment:
* python version * pip version * OS details ### Do you want to work on this issue?Yes