2 lines
99 B
SQL
2 lines
99 B
SQL
alter table `group` add column avatar_updated_at timestamp not null default '1970-01-01 00:00:00';
|
alter table `group` add column avatar_updated_at timestamp not null default '1970-01-01 00:00:00';
|