mirror of
https://github.com/mii443/cigarette-counter.git
synced 2025-12-03 02:58:18 +00:00
6 lines
143 B
SQL
6 lines
143 B
SQL
INSERT INTO smoking_types (type_name, description)
|
|
VALUES
|
|
('ploom', 'プルーム'),
|
|
('glo', 'グロー'),
|
|
('other', 'その他');
|