3,765
回編集
差分
Tep3
,→ListsのidをClientsのlist_idに入れる
UPDATE clients SET list_id = x_list_id.list_id FROM x_list_id WHERE clients.id = x_list_id.client_id;
</pre>
<pre>
INSERT INTO Categories (user_id, note_id, content, line, defa, created_at, updated_at) VALUES (1, 1, '檀家', 1, true, '2022-02-24 07:00:00', '2022-02-24 07:00:00');