rathena/sql-files/upgrade_svn1315.sql
amber 79e0161686 eol fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1321 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-03-29 04:04:50 +00:00

3 lines
184 B
SQL

ALTER TABLE `char` ADD `father` int(11) NOT NULL default '0';
ALTER TABLE `char` ADD `mother` int(11) NOT NULL default '0';
ALTER TABLE `char` ADD `child` int(11) NOT NULL default '0';