Skip to content

Commit

Permalink
Update datatable.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobzhao authored Jul 8, 2023
1 parent 176fc4b commit 9b115d6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions datatable.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9b115d6

Please sign in to comment.