24.04.2016, 02:12
Quote:
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. |
Is it possible to transfer databases
I mean transfer my database from XAMPP to my further VPS