use bbkr14; ALTER TABLE bbk_dsentities MODIFY stream_id smallint(5) unsigned default '0' NOT NULL; ALTER TABLE bbk_streams MODIFY id smallint(5) unsigned auto_increment NOT NULL; delete from bbk_streams where id=255;