allow to skip item by created

This commit is contained in:
Aleksandr Trushkin
2024-02-04 22:13:39 +03:00
parent 15d4cdb047
commit 3c68c0b2fd
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 {