mirror of
https://bitbucket.org/seefoe/dockerized-swg-src.git
synced 2026-08-02 03:16:09 -04:00
6 lines
121 B
SQL
6 lines
121 B
SQL
create table cnvtest_removed_scripts
|
|
(
|
|
name varchar2(100),
|
|
constraint pk_cnvtest_removed_scripts primary key (name)
|
|
);
|