getTable('text_documents'); if (!$table->hasColumn('checksum')) { $table->addColumn('checksum', Types::STRING, [ 'notnull' => false, 'length' => 8, ]); return $schema; } return null; } }