add the new column for table, the filed just like 'name Text'
@override void addColumn(String field) { execute('ALTER TABLE $table ADD COLUMN $field'); }