H.A.H.
H.A.H.

Reputation: 3897

Generate FOREIGN KEY using Greendao without manual edit

Is it possible to create FOREIGN KEY in your database, using greendao-generator, without having to manually edit the createTable methon in TablenameDao.

Manual edit is no option for me. (Using 3.0.0 version of the generator.)

Thank you.

Upvotes: 0

Views: 209

Answers (1)

Markus Junginger
Markus Junginger

Reputation: 7075

This is not supported yet. For future updates check the feature request: https://github.com/greenrobot/greenDAO/issues/169

Upvotes: 1

Related Questions