table = "public.otp_send_secret"; $this->primary_key = "os_id"; /* * List of columns */ $this->name = array( "os_id" => "os_id" , "use_email" => "use_email" , "os_timestamp" => "os_timestamp" , "os_request" => "os_request" ); /* * Type of columns */ $this->type = array( "os_id" => "numeric" , "use_email" => "text" , "os_timestamp" => "date" , "os_request" => "text" ); $this->default = array("os_id" => "auto"); $this->date_format = "DD.MM.YYYY HH24:MI:SS"; parent::__construct($p_cn, $p_id); } }