24.04.2016, 01:47
It is by far the only way of loading and is very sophisticated.
Default values can be done like this: (example while creating a table)
"CREATE TABLE `Users` (`Int` INTEGER DEFAULT 0, `String` TEXT DEFAULT 'default text here', `Float` FLOAT DEFAULT 0.0)"
http://www.tutorialspoint.com/sqlite
^^ This website may be helpful.
Default values can be done like this: (example while creating a table)
"CREATE TABLE `Users` (`Int` INTEGER DEFAULT 0, `String` TEXT DEFAULT 'default text here', `Float` FLOAT DEFAULT 0.0)"
http://www.tutorialspoint.com/sqlite
^^ This website may be helpful.