SQLite - Default Values When Initially Creating A Table?
#1

From my understanding with MySQL, you can set default values which will be assigned when creating a new row inside of a table, but is this possible in SQLite? I'm attempting to insert rows into a table every time a user registers an account, however the contents are VERY large, and it would help be greatly if default values could be specified when creating the table in the first place (values which would be default, and would be set when simply inserting just the username as a new row in the table). Hopefully someone can understand what I'm getting at -- thanks a lot for reading.
Reply
#2

Meaning that the same queries and syntax's used in MySQL will also work in SQLite?
Reply
#3

Alright, thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)