Biography templates (Database Table)
From SWGANH Wiki
Database Table - biography_templates
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_templates` ( `id` int(10) unsigned NOT NULL auto_increment, `biography` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;