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


Messages In This Thread
SQLite - Default Values When Initially Creating A Table? - by DrakeX - 26.05.2014, 00:38
Re: SQLite - Default Values When Initially Creating A Table? - by DrakeX - 26.05.2014, 00:49
Re: SQLite - Default Values When Initially Creating A Table? - by DrakeX - 26.05.2014, 01:07

Forum Jump:


Users browsing this thread: 1 Guest(s)