Files
huike-back/htyws_models/migrations/2022-07-09-161305_update_is_delete/up.sql
T

6 lines
175 B
SQL
Raw Normal View History

-- Your SQL goes here
update lianxi set is_delete='false';
update piyue set is_delete='false';
update comments set is_delete='false';
update piyue_info set is_delete='false';