|
|
|
|
@ -5,8 +5,8 @@ create table tb_ownr_info
|
|
|
|
|
SGG_CD varchar(5) not null comment '시군구 코드',
|
|
|
|
|
CRDN_YR char(4) null comment '단속 연도',
|
|
|
|
|
CRDN_NO varchar(6) null comment '단속 번호',
|
|
|
|
|
PSTN_INFO_ID char(18) null comment '위치 정보 ID',
|
|
|
|
|
OWNR_ID char(18) null comment '소유자 ID',
|
|
|
|
|
PSTN_INFO_ID varchar(10) null comment '위치 정보 ID',
|
|
|
|
|
OWNR_ID varchar(10) null comment '소유자 ID',
|
|
|
|
|
REG_DT datetime null comment '등록 일시',
|
|
|
|
|
RGTR varchar(11) null comment '등록자',
|
|
|
|
|
DEL_YN char not null comment '삭제 여부',
|
|
|
|
|
|