サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
GWの過ごし方
github.com/nishio
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
github.com/nishio-dens
$ mysql -u root -e 'create database example_database;' $ cat database.yml adapter: mysql database: example_database host: 127.0.0.1 username: root password: $ cat example.schema create_table 'test_tables' do |t| t.int :id, primary_key: true, extra: 'auto_increment' t.varchar :name, limit: 100, null: true t.datetime :created_at t.datetime :updated_at t.index :name end $ convergence apply example.sc
このページを最初にブックマークしてみませんか?
『nishio (NISHIO Hirokazu) · GitHub』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く