test/broken-1/000-table.sql @ f7ad73357ed9 default tip

Add some documentation
author Steve Losh <steve@stevelosh.com>
date Thu, 11 Apr 2024 08:39:29 -0400
parents 99142dcb072d
children (none)
CREATE TABLE foo (
    id  INTEGER PRIMARY KEY,
    foo TEXT NOT NULL
);