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