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.
11 lines
248 B
MySQL
11 lines
248 B
MySQL
7 years ago
|
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 ;
|