Closed smurthys closed 6 years ago
There should be no need to explicitly fix this issue in table Student if Issue #138 is fixed, but the requirement outlined in this issue applies to any new tables that are created to fix Issue #138
Closed by PR #143
Field names
lastDDLActivity
andlastConnection
in table Student are UTC times tamp fields but their names don't communicate the intent.I propose adding the suffix AtUTC to both field names to clarify the intent. That is, the field names become
lastDDLActivityAtUTC
andlastConnectionAtUTC
.This issue is related to Issue #49.