array ( 'id' => array ( 'type' => 'int(11)', 'default' => NULL, ), 'post_id' => array ( 'type' => 'int(11)', 'default' => NULL, ), 'tags' => array ( 'type' => 'text', 'default' => NULL, ), 'user_id' => array ( 'type' => 'int(11)', 'default' => NULL, ), 'ip_addr' => array ( 'type' => 'varchar(39)', 'default' => NULL, ), 'created_at' => array ( 'type' => 'datetime', 'default' => NULL, ), ), 1 => array ( 'pri' => array ( 0 => 'id', ), ), ) ;