Force join table generation
Usage:
User.create_join(Article, 'articles_users') # or let the method figure out the correct join table using sequel # conventions. User.create_join(Article)
[Validate]