Files
cigarette-counter/migrations/20250107084522_cigarette.up.sql
Masato Imai 56aa5fca6a first commit
2025-01-07 09:34:55 +00:00

6 lines
143 B
SQL

INSERT INTO smoking_types (type_name, description)
VALUES
('ploom', 'プルーム'),
('glo', 'グロー'),
('other', 'その他');