3,765
回編集
差分
Heroku
,編集の要約なし
heroku pg:psql -c "\d clients"
シーケンス確認
heroku pg:psql -c "select * from clients_id_seq"
idで名前と戒名を紐付ける<br>
ie_idはあけておく 登録の確定により値が入る<br>
heroku pg:psql -c "\copy clients (id,name,yomi,ie_id,nusi,user_id,jiin_id,created_at,updated_at,ie_id_v) from '/home/shudo/an_meibo.csv' with csv"
client_idに2160からの連番を入れ clientsのidと紐付ける
heroku pg:psql -c "\copy kaimyous (content,user_id,jiin_id,client_id,created_at,updated_at,date,ie_id,g_age,relationship,ie_id_v) from '/home/shudo/an_kaimyou.csv' with csv"