Skip to content

Commit

Permalink
untabify lib/SQL/Translator/Parser/SQLite.pm (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte authored Nov 25, 2023
1 parent 31086ad commit 76cfd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SQL/Translator/Parser/SQLite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ sub parse {
size => $fdata->{'size'},
default_value => $fdata->{'default'},
is_auto_increment => $fdata->{'is_auto_inc'},
($fdata->{'is_auto_inc'}? ( extra => { auto_increment_type => 'monotonic' } ) : ()),
($fdata->{'is_auto_inc'}? ( extra => { auto_increment_type => 'monotonic' } ) : ()),
is_nullable => $fdata->{'is_nullable'},
comments => $fdata->{'comments'},
) or die $table->error;
Expand Down

0 comments on commit 76cfd1f

Please sign in to comment.