1
0
mirror of synced 2025-02-20 22:23:14 +03:00

php syntax

This commit is contained in:
runa 2007-02-06 14:39:47 +00:00
parent 1b569b4fd3
commit 4c7f91fa78

View File

@ -1,7 +1,7 @@
<?php
class Groupuser extends Doctrine_Record {
public function setTableDefinition() {
$this->hasColumn("user_id", "integer" 20, "primary");
$this->hasColumn("user_id", "integer", 20, "primary");
$this->hasColumn("group_id", "integer", 20, "primary");
}
}