template files

This commit is contained in:
CHIEFSOFT\ameye
2025-01-18 23:25:43 -05:00
parent 03123b9102
commit 2b7f61f103
7 changed files with 21 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
A000001
+1
View File
@@ -0,0 +1 @@
A000002
+1
View File
@@ -0,0 +1 @@
A000003
+1
View File
@@ -0,0 +1 @@
A000004
+1
View File
@@ -0,0 +1 @@
A000005
+12
View File
@@ -0,0 +1,12 @@
merms_panel=# select name, product_id,status from products;
name | product_id | status
----------------------+------------+--------
Professional Website | A000002 | 1
Professional Blog | A000004 | 1
Practice EMR | A000005 | 1
Personal Website | A000001 | 5
Personal Blog | A000003 | 5
(5 rows)