php syntax
This commit is contained in:
parent
1b569b4fd3
commit
4c7f91fa78
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue