Advertisement
OTG

Mudlet Database

OTG
Mar 8th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. db:create("klndb", {shrines={"divine","roomNum","destroyed"}})
  2.  
  3. local tempsql = [[ALTER TABLE shrines MODIFY roomNum INT PRIMARY KEY]]
  4. local conn = db.__conn.klndb
  5.  
  6. conn:execute(tempsql)
  7. conn:commit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement