alter table b_book_entry add primary key (id);


create index b_book_name_key on b_book (name);


alter table b_book_entry add constraint b_book_entry_book_id_fkey foreign key (book_id) references b_book (id);
最后修改:2025 年 06 月 28 日
如果觉得我的文章对你有用,请随意赞赏