class CreateEntries < ActiveRecord::Migration[5.1] def change create_table :entries do |t| t.string :title t.text :body t.string :slug, null: false t.string :type, null: false t.timestamps end end end _dialog.cpp?h=v0.4.4' type='application/atom+xml'/>
about summary refs log tree commit diff stats
path: root/src/connection_dialog.cpp
blob: 9dd998470deec8e3cfe18e65e38414709a08f48f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40