2013-01-10 44 views

回答

0
<changeSet author="sfasdf (generated)" id="1357744702717-1"> 
    <createTable schemaName="BLA" tableName="ADT_PAGE_ACCESS"> 
     <column name="ID" type="NUMBER(0,-127)"> 
      <constraints nullable="false" primaryKey="true" primaryKeyName="ADT_PAGE_ACCESS_PK" primaryKeyTablespace="ZON_IND1"/> 
     </column> 
     <column name="PAGE_ID" type="VARCHAR2(100 BYTE)"> 
      <constraints nullable="false"/> 
     </column> 
     <column defaultValueComputed="sysdate" name="ACCESSED" type="DATE"> 
      <constraints nullable="false"/> 
     </column> 
     <column name="CUSTOMER_ID" type="NUMBER(0,-127)"/> 
     <column name="USERID" type="VARCHAR2(25 BYTE)"/> 
    </createTable> 
</changeSet>