All checks were successful
Build / build (push) Successful in 2m12s
4 lines
39 B
SQL
4 lines
39 B
SQL
create table mydata (
|
|
value text
|
|
)
|