Difference between revisions of "Biography wars (Database Table)"
From SWGANH Wiki
(→Related Tags) |
|||
Line 25: | Line 25: | ||
{|align="center" | {|align="center" | ||
|- | |- | ||
− | ||{{ | + | ||{{D100%}} |
|- | |- | ||
||{{Database}} | ||{{Database}} |
Latest revision as of 05:53, 16 June 2007
Database Table - biography_wars
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Table Create Script
CREATE TABLE `biography_wars` ( `id` int(10) unsigned NOT NULL auto_increment, `war` char(64) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;