yasnippet/extras/imported/rails-mode/Tables/Migration Drop Create Table (mdct).yasnippet
2009-11-18 17:11:08 +00:00

7 lines
254 B
Plaintext

# -*- mode: snippet -*-
# key: mtab
# contributor: Translated from TextMate Snippet
# name: Drop / Create Table
# condition: (yas/rails-intelligent-migration-snippet-condition-p)
# --
drop_table :${1:table}${2: [press tab twice to generate create_table]}