1
0
mirror of synced 2025-03-03 19:33:22 +03:00

8 lines
161 B
PHP
Raw Normal View History

2007-09-20 20:24:38 +00:00
<?php
class MigrationTest extends Doctrine_Record
{
public static function initMetadata($class)
2007-09-20 20:24:38 +00:00
{
$class->setColumn('field1', 'string');
2007-09-20 20:24:38 +00:00
}
}