allow to skip item by created

This commit is contained in:
Aleksandr Trushkin
2024-02-04 22:13:39 +03:00
parent a224f249d5
commit e91eec7aeb
7 changed files with 51 additions and 3 deletions

View File

@ -15,6 +15,7 @@ table GoodItem {
cart:long;
stock:short;
parameters:string;
created_at:long;
}
table GoodItems {