-- 01_hello_table.sql CREATE TABLE if NOT EXISTS hello_table ( id INT PRIMARY KEY, message VARCHAR(50) );