mirror of
https://github.com/bitwarden/server.git
synced 2026-02-09 10:23:10 +08:00
12 lines
232 B
MySQL
12 lines
232 B
MySQL
|
|
alter table [CollectionUser] drop constraint [PK_CollectionUser]
|
||
|
|
go
|
||
|
|
|
||
|
|
alter table [CollectionUser] drop column id
|
||
|
|
go
|
||
|
|
|
||
|
|
alter table [CollectionUser] drop column revisiondate
|
||
|
|
go
|
||
|
|
|
||
|
|
alter table [CollectionUser] drop column creationdate
|
||
|
|
go
|