method => $item{'using_method'}[0],
}
;
-
}
#
double_quote: /"/
-index_name : WORD
+index_name : name_with_opt_quotes
data_type : pg_data_type parens_value_list(?)
{
my @comments = ( @{ $item[1] }, @{ $item[-1] } );
$return = {
- name => $item{'constraint_name'}[0] || '',
+ name => $item[2][0] || '',
supertype => 'constraint',
type => $type,
fields => $type ne 'check' ? $fields : [],