add PrimaryKey and ForeignKey classes
authorJustin Hunter <justin.d.hunter@gmail.com>
Sat, 11 Jul 2009 19:28:31 +0000 (12:28 -0700)
committerJustin Hunter <justin.d.hunter@gmail.com>
Sat, 11 Jul 2009 19:28:31 +0000 (12:28 -0700)
commitfbf61b974d223040b2415f861e09426093440995
treede983a29dd84dcdf79a6d8c07ab468c2371a676c
parent6fd0169561042037da45031b7d8d69ac8a5bb6e0
add PrimaryKey and ForeignKey classes
lib/SQL/Translator/Object/ForeignKey.pm [new file with mode: 0644]
lib/SQL/Translator/Object/PrimaryKey.pm [new file with mode: 0644]
lib/SQL/Translator/Types.pm