Posts: 220
Threads: 89
Joined: May 2012
Reputation:
0
Hello I have a table for characters for multiple characters. Now when I try to register a character. I get an error in query because of no default value in x cord. Now I dont want a default value as I want it set in later future. How do I fix that? Thanks for the help.
Posts: 887
Threads: 251
Joined: Jun 2011
Reputation:
0
Set the default value to either the spawn point or just 0.0, then later on you can change it.
Posts: 220
Threads: 89
Joined: May 2012
Reputation:
0
Okay, but there is no way to like bypass with no default, just set them later correct.
Posts: 887
Threads: 251
Joined: Jun 2011
Reputation:
0
It doesn't matter whether there's a default value or not, you're going to change it either way.
You can also include those column in your insert query.
Posts: 872
Threads: 25
Joined: Sep 2014
Reputation:
0
Set default value on x cord column in your table.