From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345 CREATE TABLE recipes ( recipe_id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, partition_id SMALLINT, title VARCHAR(50))
CREATE TABLE recipes (
recipe_id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
partition_id SMALLINT,
title VARCHAR(50)
)