Skip to content

Commit

Permalink
Merge pull request #725 from GrandFelix/master
Browse files Browse the repository at this point in the history
added timestamptimezone field type
  • Loading branch information
dereuromark authored Nov 11, 2020
2 parents a5c7fa2 + e04e1eb commit c18933c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/FixtureCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ protected function _generateRecords(TableSchemaInterface $table, int $recordCoun
}
break;
case 'timestamp':
case 'timestamptimezone':
case 'timestampfractional':
$insert = time();
break;
Expand Down

0 comments on commit c18933c

Please sign in to comment.