mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-30 00:15:47 -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)
|
|
);
|