mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
7 lines
296 B
Plaintext
7 lines
296 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: mtab
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Drop / Create Table
|
|
## condition: "meta.rails.migration - meta.rails.migration.create_table - meta.rails.migration.change_table"
|
|
# --
|
|
drop_table :${1:table}${2: [press tab twice to generate create_table]} |