From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

CREATE TABLE recipes (
recipe_id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
partition_id SMALLINT,
title VARCHAR(50)
)