adonisjs / lucid

AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
https://lucid.adonisjs.com/
MIT License
1.02k stars 189 forks source link

fix(vinejs): add `exists` and `unique` bindings to `VineNumber` #998

Closed Tahul closed 4 months ago

Tahul commented 4 months ago

🔗 Linked issue

https://github.com/adonisjs/lucid/issues/997

❓ Type of change

📚 Description

Resolves #997 by injecting exists and unique in VineNumber as well.

It also adds it to the type augmentation declaration.

📝 Checklist

thetutlage commented 4 months ago

Thanks 👍