Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
VanTanev committed Oct 20, 2011
1 parent 7205d92 commit 1315ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ If you need this you will have to manually implement it.
<parameter name="reference_column_1" value="friend_2" />
</behavior>

<colum name="friend_1" required="true" primaryKey="true" />
<colum name="friend_2" required="true" primaryKey="true" />
<colum name="friend_1" required="true" primaryKey="true" type="INTEGER" />
<colum name="friend_2" required="true" primaryKey="true" type="INTEGER" />

<foreign-key foreignTable="person" onDelete="cascade">
<reference local="friend_1" foreign="id" />
Expand Down

0 comments on commit 1315ac7

Please sign in to comment.