From 2d75b3009faa5cae49ac1a7544de27c3b441ed62 Mon Sep 17 00:00:00 2001
From: anon <anon@anon.anon>
Date: Mon, 27 Feb 2023 22:14:04 +0100
Subject: [PATCH] Plati: make tbl use pkg typedef

---
 PLati/algo.tbl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PLati/algo.tbl b/PLati/algo.tbl
index 5e365f5..3e13c00 100644
--- a/PLati/algo.tbl
+++ b/PLati/algo.tbl
@@ -2,8 +2,8 @@ DROP TABLE vars;
 DROP TABLE callstack;
 
 CREATE TABLE vars(
-	name VARCHAR2(128),
-	value VARCHAR2(128)
+	name algo.ASTRING,
+	value algo.ASTRING
 );
 
 CREATE TABLE callstack(