mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
SQL files moved to 'dist' folder
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
6
dist/sql/clan.sql
vendored
Normal file
6
dist/sql/clan.sql
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS `clan` (
|
||||
`clan_id` int(10) NOT NULL,
|
||||
`character_id_leader` int(10) NOT NULL,
|
||||
PRIMARY KEY (`clan_id`),
|
||||
KEY `character_id_leader` (`character_id_leader`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
||||
Reference in New Issue
Block a user