Help for this page

Select Code to Download


  1. or download this
     Column |  Type   |                      Modifiers                    
    +   
    --------+---------+---------------------------------------------------
    +---
     id     | integer | not null default nextval('details_id_seq'::regclas
    +s)
     data   | jsonb   |
    
  2. or download this
    ...
    my $rs = schema->resultset('Detail')
    ...
    ...
    
    Decoded json: $VAR1 = { 'order_code' => '0165-02675-4565', 'email' => 
    +'foo@test.com', 'price' => '15', 'title' => 'Mt Thing XYZ' };