* Renaming variable name from nsiuid to unique_id for better understanding of its meaning, as requested on tid:69380.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17086 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
markzd
2013-01-08 05:31:06 +00:00
parent 2e06463eb6
commit fcf360da41
13 changed files with 62 additions and 51 deletions

View File

@@ -18,7 +18,7 @@ CREATE TABLE `picklog` (
`card1` int(11) NOT NULL default '0',
`card2` int(11) NOT NULL default '0',
`card3` int(11) NOT NULL default '0',
`nsiuid` bigint(20) unsigned NOT NULL default '0',
`unique_id` bigint(20) unsigned NOT NULL default '0',
`map` varchar(11) NOT NULL default '',
PRIMARY KEY (`id`),
INDEX (`type`)