1
0
mirror of synced 2025-02-17 20:53:18 +03:00

7 lines
148 B
PHP
Raw Normal View History

<?php
class GzipTest extends Doctrine_Record {
public function setTableDefinition() {
$this->hasColumn('gzip', 'gzip', 100000);
}
}