Guest User

Untitled

a guest
Sep 26th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <property name="expired" value="current_timestamp + interval '60 days'"
  2. dbms="postgresql"/>
  3.  
  4. <addColumn tableName="user">
  5. <column name="expired" type="timestamp"
  6. defaultValueNumeric="${expired}">
  7. <constraints nullable="false"/>
  8. </column>
  9. </addColumn>
Add Comment
Please, Sign In to add comment