How to render Form from a db table and POST into another db table in Symfony 5

前端 未结 0 1741

I have tables as below:

Table: data_set 
id   name 
1    set1

Table: data_set_options 
id   data_set_id   column_name   column_type   position
1        1                 


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