http://guides.rubyonrails.org/migrations.html
- add_column
- add_index
- change_column
- change_table
- create_table
- drop_table
javascript: Promise.all([ | |
import('https://unpkg.com/[email protected]?module'), | |
import('https://unpkg.com/@tehshrike/[email protected]'), | |
]).then(async ([{ | |
default: Turndown | |
}, { | |
default: Readability | |
}]) => { | |
/* Optional vault name */ |
http://guides.rubyonrails.org/migrations.html