不要怂,就是干,撸起袖子干!

You need to sign in or sign up before continuing.
  1. 25 Aug, 2013 1 commit
    • Allows us to define our own timestamp columns. · 6ef1f5eb
      This commit allows the user to predefine their own timestamp columns which is
      useful for databases that already exist. This also allows the user to have their
      own naming conventions for the timestamp columns.
      
      The following options have been added when defining a new table:
      
      * createdAt (defaults to "createdAt")
      * updatedAt (defaults to "updatedAt")
      * deletedAt (defaults to "deletedAt")
      * touchedAt (defaults to "touchedAt")
      
      Note: The underscored option still remains useful since it's just a simple one
      line option which allows flexibility for those rare cases in which people decide
      to change the structure of their database from camelCase to under_score or
      vice-versa.
      Daniel Durante committed
  2. 23 Aug, 2013 11 commits
  3. 22 Aug, 2013 11 commits
  4. 21 Aug, 2013 8 commits
  5. 20 Aug, 2013 2 commits
  6. 19 Aug, 2013 3 commits
  7. 18 Aug, 2013 4 commits