test/broken-1/000-table.sql @ 99142dcb072d

Add simple test suite
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Apr 2024 14:01:57 -0400
parents (none)
children (none)
CREATE TABLE foo (
    id  INTEGER PRIMARY KEY,
    foo TEXT NOT NULL
);