How can we specify empty string as default value in Sqlite table. Currently I am using Firefox extension for generating table. I tried putting '' , but not working.
With a DEFAULT constraint:
CREATE TABLE foo(
ID INTEGER PRIMARY KEY,
Name TEXT DEFAULT '',
etc
);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With