Answer the question
In order to leave comments, you need to log in
Is it possible to not specify the data type in a sqlite table cell?
it seems like the typing is dynamic
$sql = "CREATE TABLE t1(
c1 TEXT,
c2 TEXT
);";
$sql = "CREATE TABLE t1(
c1,
c2
);";
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question