mirror of
https://bitbucket.org/seefoe/dockerized-swg-src.git
synced 2026-08-02 03:16:09 -04:00
8 lines
170 B
SQL
8 lines
170 B
SQL
create table cnvtest_errors
|
|
(
|
|
object_id number,
|
|
template_name varchar2(255),
|
|
error_description varchar2(500),
|
|
constraint pk_cnvtest_errors primary key (object_id)
|
|
);
|