php syntax
This commit is contained in:
parent
1b569b4fd3
commit
4c7f91fa78
@ -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…
x
Reference in New Issue
Block a user