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