Mohith 209 organizations table#212
Conversation
Renamed column 'is_collaborator' to 'is_collaborative', added 'is_contributing' column, updated values based on 'org_type', and added a constraint and index for contributing organizations.
|
Since, I am unable to create a Test case Table and pork it in script-library/tests. So, I've written the Test cases in an existing PR. Test 1: rename applied END $$; Test 2: new column added Test 3: PK, FK, and ENUM types intact END $$; Test 4: insert + round-trip via new column names DO $$ END $$; Test 5: trigger generate_org_id still fires DO $$ END $$; Test 6: all boolean combinations + NULL accepted DO $$ Test 7: existing CHECK constraints still enforced END $$; |
Hello Pallavi, Can you once check the newly created ddl_organizations_1_.sql table