Guest User

Untitled

a guest
Jan 22nd, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.26 KB | None | 0 0
  1. user:
  2.   actAs: { Timestampable: ~ }
  3.   columns:
  4.     id: {type: integer, primary: true, notnull: true, autoincrement: true }
  5.     name: { type: string(20), notnull: true }
  6.     email: { type: string(20), notnull: true }
  7.     password: { type: string(20), notnull: true }
Add Comment
Please, Sign In to add comment