mediarain / RoboCoP

Pure Java code generation tool for generating a fully functional ContentProvider for Android.
246 stars 24 forks source link

Is there any way to make field unique? #9

Closed tomkoptel closed 6 years ago

tomkoptel commented 10 years ago

Hi!

Thanks for great library :) I`m looking for the way to setup unique constraints on fileds(e.g. field NOT NULL).

Is there any way to do this with RoboCoP?

ziem commented 10 years ago

Unfortunately not. You can only define name and type.