Parziphal / parse

Parse with an Eloquent-like interface for Laravel
MIT License
17 stars 13 forks source link

Anyway to use unique validation #17

Closed jaisonjebin closed 5 years ago

jaisonjebin commented 6 years ago

Hi, is there anyway to use unique validation.Need that is several times. Now i am manually wring query for each one :(

Parziphal commented 6 years ago

Sorry, there's no unique validation (or any kind of validation). Remember that you can use unique indexes too.