最近更新时间: 2025-02-18 16:02:00
postgres=# create index t_appoint_id_idx on t_appoint_col using btree(id); CREATE INDEX