rhymix/modules/issuetracker/schemas/issues_history.xml
bnu d0ed1a982d issuetracker * 댓글에 에디터 붙임
* 첨부파일 목록 표시 미구현
  * 첨부파일 활성화 트리거 추가
  * 첨부파일 수 기록 필드 추가

file * 첨부파일 목록에서 업로드 타겟을 알 수 없을 경우
       무조건 '대기'로 타이틀을 표시하는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6512 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-06-11 01:32:17 +00:00

12 lines
880 B
XML

<table name="issues_history">
<column name="issues_history_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
<column name="target_srl" type="number" size="11" notnull="notnull" index="idx_target_srl" />
<column name="module_srl" type="number" size="11" notnull="notnull" index="idx_module_srl" />
<column name="content" type="bigtext" notnull="notnull" />
<column name="history" type="bigtext" notnull="notnull" />
<column name="regdate" type="date" index="idx_regdate " />
<column name="member_srl" type="number" size="11" notnull="notnull" index="idx_member_srl" />
<column name="nick_name" type="varchar" size="80" notnull="notnull" />
<column name="password" type="varchar" size="60" />
<column name="uploaded_count" type="number" size="11" default="0" notnull="notnull" index="idx_uploaded_count" />
</table>