3 lines
127 B
MySQL
Raw Normal View History

2015-09-05 16:15:11 +01:00
alter table users_widgets add column `settings` text not null;
insert into widgets values(null,'Graph','generic-graph','6,2');