Updated test

This commit is contained in:
Maksim Kita 2021-02-26 12:11:30 +03:00
parent da321c2bfe
commit c51773d2b3

View File

@ -1,3 +1,5 @@
SET allow_suspicious_low_cardinality_types = 1;
DROP TABLE IF EXISTS constraint_on_nullable_type;
CREATE TABLE constraint_on_nullable_type
(
@ -13,8 +15,6 @@ SELECT * FROM constraint_on_nullable_type;
DROP TABLE constraint_on_nullable_type;
SET allow_suspicious_low_cardinality_types = 1;
DROP TABLE IF EXISTS constraint_on_low_cardinality_type;
CREATE TABLE constraint_on_low_cardinality_type
(