Загрузка данных


select
    column_name,
    data_type
from information_schema.columns
where table_schema = 'prod_line'
  and table_name = 'pens_product_param_pl'
order by ordinal_position;