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