Floats and Doubles #351
Answered
by
mbrandonw
StewartLynch
asked this question in
Q&A
-
|
This is a very basic question but if I have a Table model that requires Float or Double properties, what would the Type be when creating the table in SQL? Is it REAL? |
Beta Was this translation helpful? Give feedback.
Answered by
mbrandonw
Jan 1, 2026
Replies: 1 comment
-
|
Hi @StewartLynch, yes exactly. SQLite has a very simple set of data types, and you will choose one of those that best matches your Swift data type when defining your schema. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
StewartLynch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @StewartLynch, yes exactly. SQLite has a very simple set of data types, and you will choose one of those that best matches your Swift data type when defining your schema.