8 lines
225 B
Plaintext

# -*- mode: snippet -*-
# key: t.
# contributor: Translated from TextMate Snippet
# name: t.datetime (tcdt)
## condition: "meta.rails.migration.create_table, meta.rails.migration.change_table"
# --
t.datetime :${1:title}
t.$0