Closed shadeven closed 8 years ago
Looks good to me. Thanks!
@alexfu Thanks for your review. This PR is just an initial version for foreign key support. The other advanced features such as composited FK, deferred FK and on delete/update are not implemented in this version. They will be added in the future when we have the need.
If you are happy with it, please release the latest when you have time. Thanks.
This is to address issue #46. It adds support for defining one or multiple foreign keys when creating a new table.
@alexfu, please review and contact me for any issue.