You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
ALTER TABLE repositories_collaborators
|
|
DROP COLUMN createdat ;
|
|
|
|
ALTER TABLE repositories_collaborators
|
|
DROP COLUMN updatedat ;
|
|
|
|
ALTER TABLE repositories_members
|
|
DROP COLUMN createdat ;
|
|
|
|
ALTER TABLE repositories_members
|
|
DROP COLUMN updatedat ; |