Skip to content

Instantly share code, notes, and snippets.

@Vp3n
Created January 22, 2012 22:17
Show Gist options
  • Save Vp3n/1659113 to your computer and use it in GitHub Desktop.
Save Vp3n/1659113 to your computer and use it in GitHub Desktop.
softDelete schema
Article:
actAs:
SoftDelete: ~
columns:
article_id: { type: integer(4), primary: true, autoincrement: true }
titre: { type: string(255), notnull: true }
contenu: { type: clob, notnull: true }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment