We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1543b4 + 8505fc9 commit 4e0586aCopy full SHA for 4e0586a
goose/migrations/1716455063_ref_name_length.sql
@@ -0,0 +1,5 @@
1
+-- +goose Up
2
+-- +goose StatementBegin
3
+ALTER TABLE reference_objects ALTER COLUMN name TYPE character varying(150),
4
+ALTER COLUMN name SET NOT NULL;
5
+-- +goose StatementEnd
0 commit comments