mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 22:06:46 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE `discovered_items` (
|
||||
`item_id` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`char_name` varchar(64) NOT NULL DEFAULT '',
|
||||
`discovered_date` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`item_id`)
|
||||
);
|
||||
Reference in New Issue
Block a user