2 lines
157 B
MySQL
2 lines
157 B
MySQL
|
|
INSERT INTO habits (user_id, name, note, times, unit, slot, created_at, updated_at)
|
||
|
|
VALUES ('1', 'Essen', '1x Gemüse', '1', '2', '2', '23:00', '23:00');
|