Subscription::author and Subscription::subscriber mapping of joinColumn can not be nullable.

Issue #27 invalid
Alexey Eschenko repo owner created an issue

Subscription::author and Subscription::subscriber mapping of joinColumn can not be nullable.

Comments (1)

  1. Alexey Eschenko reporter

    Current mapping generates following SQL:

    CREATE TABLE subscriptions.subscriptions (author_id INT NOT NULL, subscriber_id INT NOT NULL, PRIMARY KEY(author_id, subscriber_id));
    
  2. Log in to comment