View Single Post
  #24  
Old 03-03-2016, 06:03 AM
Shin Noir's Avatar
Shin Noir
Legendary Member
 
Join Date: Apr 2002
Location: Seattle, WA
Posts: 506
Default

Click the data tab on the top center ish
By default when you click a table on the left, you're seeing what is called the schema. (It's basically defining the types of fields in the table). When you click the data tab, you're now seeing the records inside your DB, and you can double click/edit fields by changing values, much like Excel.

Also, nerdgasm's note about the locked/unlocked may be slightly confusing, you can comment/uncomment the <locked/> element to enable locking.

Code:
<!-- Server status. Default is unlocked DO NOT EDIT RIGHT NOW -->
<!-- <locked/> -->
<!-- <unlocked/> -->
by removing the <!-- --> wrapping parts.
__________________

~Shin Noir
DungeonEQ.com

Last edited by Shin Noir; 03-03-2016 at 06:09 AM..
Reply With Quote