Skip to content

Commit

Permalink
Add serial comments to numeric_types table
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvergara committed Jun 25, 2024
1 parent d6a067f commit 474f87f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/new_seed.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ CREATE TABLE public.numeric_types (
test_numeric_array NUMERIC[] NULL
);

COMMENT ON COLUMN public.numeric_types.test_bigserial IS 'serial';
COMMENT ON COLUMN public.numeric_types.test_smallserial IS 'serial';
COMMENT ON COLUMN public.numeric_types.test_serial IS 'serial';

-- String Types Table
CREATE TABLE public.string_types (
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
Expand Down

0 comments on commit 474f87f

Please sign in to comment.