Generating nested json data from relational tables

后端 未结 0 1923
借酒劲吻你
借酒劲吻你 2021-01-29 06:54

I have an structure like this:

create table product
(
    id    int auto_increment
        primary key,
    name  varchar(255) not null
)

create table stock
(
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题