adds error attribute in queries for indexes and attributes

This commit is contained in:
prateek banga 2023-07-27 01:30:15 +05:30
parent 301af0d3fe
commit 0c758a282a
2 changed files with 3 additions and 1 deletions

View file

@ -10,7 +10,8 @@ class Attributes extends Base
'size',
'required',
'array',
'status'
'status',
'error'
];
/**

View file

@ -8,6 +8,7 @@ class Indexes extends Base
'key',
'type',
'status',
'error'
];
/**