From 9b115d62cf29aa9e7812aecf593b8f790362fb9c Mon Sep 17 00:00:00 2001 From: Bo Zhao Date: Sat, 8 Jul 2023 07:46:04 -0700 Subject: [PATCH] Update datatable.sql --- datatable.sql | 6 ------ 1 file changed, 6 deletions(-) diff --git a/datatable.sql b/datatable.sql index 5060e5c..247c5d6 100644 --- a/datatable.sql +++ b/datatable.sql @@ -19,9 +19,3 @@ CREATE TABLE IF NOT EXISTS public."tblRecord" -- - lat: double precision column to store the latitude. -- - lng: double precision column to store the longitude. -- - created_at: TIMESTAMPTZ column with a default value of the current timestamp when a record is inserted. - -TABLESPACE pg_default; --- This line specifies the tablespace where the "tblRecord" table will be stored. --- In this case, it uses the default tablespace defined in the PostgreSQL configuration. --- If you don't have a specific reason to specify a tablespace, you can omit this line. -