Remove empty column in mct snippet
This commit is contained in:
parent
3391280570
commit
76f2ff8337
@ -894,7 +894,7 @@ snippet mnc
|
|||||||
t.${1:string} :${2:title}${3:, null: false}${4}
|
t.${1:string} :${2:title}${3:, null: false}${4}
|
||||||
snippet mct
|
snippet mct
|
||||||
create_table :${1:table_name} do |t|
|
create_table :${1:table_name} do |t|
|
||||||
t.column :${2:name}, :${3:type}
|
${2}
|
||||||
end
|
end
|
||||||
snippet migration
|
snippet migration
|
||||||
class ${1:class_name} < ActiveRecord::Migration
|
class ${1:class_name} < ActiveRecord::Migration
|
||||||
|
Loading…
Reference in New Issue
Block a user