We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873713a commit 35158a9Copy full SHA for 35158a9
1 file changed
tests/TeradataDatatypeTest.php
@@ -45,6 +45,8 @@ public function testBasetypes($type)
45
break;
46
case 'TIME':
47
case 'TIME_WITH_ZONE':
48
+ case 'TIMESTAMP':
49
+ case 'TIMESTAMP_WITH_ZONE':
50
self::assertSame(BaseType::TIMESTAMP, $basetype);
51
52
default:
0 commit comments