robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.27k stars 265 forks source link

[Default(value:T)] attribute are not supported. #111

Open kingsznhone opened 3 years ago

kingsznhone commented 3 years ago

I found a solution to set defalut value in SQLite-net document. But it seems not supported by this repo. Error comes out while I'm trying to use [NotNull, Default(value: true)] .