Files
huike-back/htyws_models/migrations/2022-07-05-061923_add_fields_to_daka/up.sql
T

9 lines
117 B
SQL
Raw Normal View History

-- Your SQL goes here
alter table daka
add teacher_name varchar;
alter table daka
add group_name varchar;