-
Notifications
You must be signed in to change notification settings - Fork 0
Tables ‐ Organization
Sai edited this page Apr 5, 2024
·
1 revision
Return a JSON of organization data
Need to contain a body like this
{
"name":"nameValue",
"linkedin_link":"linkedin_linkValue"
}
and will create a row of that information
uuid | created_at | name | linkedin_link |
---|---|---|---|
uuid | timestamptz | text | text |
---- | ----------- | ---- | --- |
unique | unique | unique | |
not nullable | not nullable | not nullable |