According to the documentation, SQLDelight support...
# squarelibraries
g
According to the documentation, SQLDelight supports
NUMERIC
types, but it won’t accept this in my
.sq
file. What am I doing wrong?
Copy code
CREATE TABLE VersionInfo(versionNumber NUMERIC);
Gives the error
Copy code
line 2:14 - <type name real> expected, got 'NUMERIC'