1
0
mirror of synced 2025-02-19 13:43:15 +03:00

11 lines
167 B
PHP
Raw Normal View History

<?php
class gnatEmail extends Doctrine_Record
{
public function setTableDefinition()
{
$this->hasColumn('address', 'string', 150);
}
}