plow-technologies / inferno

A statically-typed functional scripting language
MIT License
4 stars 1 forks source link

[inferno-ml] Fix precision for entity ID columns #134

Closed ngua closed 2 months ago

ngua commented 2 months ago

Currently some entity IDs (group/user IDs) may overflow. So this changes the column type to a numeric to fix that