You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migration/src/refactor_platform_rs.sql
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
-- SQL dump generated using DBML (dbml.dbdiagram.io)
2
2
-- Database: PostgreSQL
3
-
-- Generated at: 2025-01-31T14:35:39.821Z
3
+
-- Generated at: 2025-01-31T17:48:04.073Z
4
4
5
5
6
6
CREATETYPE "refactor_platform"."status"AS ENUM (
@@ -99,7 +99,7 @@ COMMENT ON COLUMN "refactor_platform"."organizations"."name" IS 'The name of the
99
99
100
100
COMMENT ON COLUMN "refactor_platform"."organizations"."logo" IS 'A URI pointing to the organization''s logo icon file';
101
101
102
-
COMMENT ON COLUMN "refactor_platform"."organizations"."slug" IS 'Canonical name for the record. Considered immutable by convention';
102
+
COMMENT ON COLUMN "refactor_platform"."organizations"."slug" IS 'A human-friendly canonical name for a record. Considered immutable by convention. Must be unique.';
103
103
104
104
COMMENT ON COLUMN "refactor_platform"."organizations"."updated_at" IS 'The last date and time fields were changed';
105
105
@@ -109,7 +109,7 @@ COMMENT ON COLUMN "refactor_platform"."coaching_relationships"."coach_id" IS 'Th
109
109
110
110
COMMENT ON COLUMN "refactor_platform"."coaching_relationships"."coachee_id" IS 'The coachee associated with this coaching relationship';
111
111
112
-
COMMENT ON COLUMN "refactor_platform"."coaching_relationships"."slug" IS 'Canonical name for the record. Considered immutable by convention';
112
+
COMMENT ON COLUMN "refactor_platform"."coaching_relationships"."slug" IS 'A human-friendly canonical name for a record. Considered immutable by convention. Must be unique.';
113
113
114
114
COMMENT ON COLUMN "refactor_platform"."coaching_relationships"."updated_at" IS 'The last date and time fields were changed';
0 commit comments