blob: 58342d502e70830f1ae56b20268e0ed11ce7976f [file] [log] [blame]
Drop table StressEntity;
CREATE TABLE StressEntity (
key char(20) not null,
name char(20)
);