Thread: DB write errors
View Single Post
  #4  
Old 11-05-2015, 10:49 AM
jpyou127's Avatar
jpyou127
Discordant
 
Join Date: Nov 2005
Posts: 270
Default

Here is whats returned: DESCRIBE character_alternate_abilities;

Code:
Field            Type                        Null       Key         Default         Extra
id               int(11) unsigned            NO         PRI           0
slot             smallint(11) unsigned       NO         PRI           0
aa_id            smallint(11) unsigned       NO                       0 
aa_value         smallint(11) unsigned       NO                       0
charges          smallint(11) unsigned       NO                       0
Thanks for the Code Block suggestion!

Last edited by jpyou127; 11-05-2015 at 11:40 AM.. Reason: Code block
Reply With Quote