Files
huike-back/htyws_models/migrations/2022-05-02-033006_add_lianxi_count/up.sql
T

6 lines
68 B
SQL
Raw Normal View History

-- Your SQL goes here
alter table jihua
add lianxi_count int;