3 lines
161 B
MySQL
3 lines
161 B
MySQL
|
|
INSERT INTO habits (user_id, name, note, times, unit, slot, created_at, updated_at)
|
||
|
|
VALUES ('1', 'Sport', '10x Klimmzuge', '1', '1', '3', '23:00', '23:00');
|