7 lines
66 B
SQL
7 lines
66 B
SQL
|
|
-- Your SQL goes here
|
||
|
|
|
||
|
|
alter table daka
|
||
|
|
add students jsonb;
|
||
|
|
|
||
|
|
|