migrations/Version20230314134010.php
Method up
has 47 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function up(Schema $schema): void
{
// this up() migration is auto-generated, please modify it to your needs
$this->addSql("INSERT INTO \"public\".\"award_type\" (\"id\", \"name\", \"category\", \"count\", \"attributes\") VALUES
(1, 'bronze_autobiographer', 'bronze', 0, 'a:0:{}'),