attempt to index a nil value
pico.sql([[create table "cars_25" ("id" Unsigned not null, "brand" String not null, "rating" Integer not null, "score" Decimal not null, "stock" Boolean not null, primary key ("id")) using memtx distributed by ("id") option (timeout = 3)]])
pico.sql([[insert into "cars_25" values (433, 'Стs', 0, -0.12974679036997294, false)]], {})
---
- null
- 'sbroad: LuaError(ExecutionError("sbroad/sbroad-core/src/core-router.lua:200: attempt
to index a nil value"))'