array ( 'type' => 'TINYINT', 'length' => 3, 'unsigned' => true, 'not_null' => true, 'default' => 0 ), 'name' => array ( 'type' => 'VARCHAR', 'length' => 255, 'not_null' => true, 'default' => '' ), 'runlevel' => array ( 'type' => 'VARCHAR', 'length' => 255, 'not_null' => true, 'default' => '' ) ); } ?>