3 class ProtectedPersonInstaller
extends AkInstaller
7 $this->createTable('protected_people','
9 name string(32) not null,
11 is_active boolean not null default 1,
12 credit_points int default 1000,
13 created_by int default null,
21 $this->dropTable('protected_people', array('sequence'=>true));