import { cn } from 'ui' const Checkbox = () => (
{col1}
{col2}
{col3}
create table todos {`(`}
id bigint generated by default,
task text,
status status default 'Not Started',
user_id uuid references auth.users not null,
inserted_at timestamp with time zone,
updated_at timestamp with time zone,
{`);`}