conversaion_id in requests table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Looks like a typo in the requests table:
canvas=> \d+ requests
Table "public.requests"
Column | Type | Modifiers | Storage | Description
--------------------+-----------------------------+-----------+----------+-------------
id | character varying(50) | | extended |
user_id | bigint | | plain |
course_id | bigint | | plain |
account_id | bigint | | plain |
user_account_id | bigint | | plain |
course_account_id | bigint | | plain |
url_id | bigint | | plain |
quiz_id | bigint | | plain |
discussion_id | bigint | | plain |
conversaion_id | bigint | | plain |
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Patrick,
Verified just now that the conversation_id column in that table is no longer spelled incorrectly.
Thanks!
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.