Comparing
#5 with
#6
Revision #6 was created by
lenovo on Sep 17, 2019, 10:30:11 AM.
code formatting
Content
[...]
```
ALTER SESSION SET NLS_DATE_FORMAT=...
```
Add this script inside your database connection file
```
......
// Schema cache options (for production environment)
//'enableSchemaCache' => true,
//'schemaCacheDuration' => 60,
//'schemaCache' => 'cache',[...]