-
Notifications
You must be signed in to change notification settings - Fork 73
/
.ledger
49 lines (49 loc) · 1.37 KB
/
.ledger
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
41
42
43
44
45
46
47
48
49
01_create_tables.json
02_create_another_table.json
03_add_column.json
04_rename_table.json
05_sql.json
06_add_column_to_sql_table.json
07_drop_table.json
08_create_fruits_table.json
09_drop_column.json
10_create_index.json
11_drop_index.json
12_create_employees_table.json
13_rename_column.json
14_add_reviews_table.json
15_set_column_unique.json
16_set_nullable.json
17_add_rating_column.json
18_change_column_type.json
19_create_orders_table.json
20_create_posts_table.json
21_add_foreign_key_constraint.json
22_add_check_constraint.json
23_drop_check_constraint.json
24_drop_foreign_key_constraint.json
25_add_table_with_check_constraint.json
26_add_column_with_check_constraint.json
27_drop_unique_constraint.json
28_different_defaults.json
29_set_replica_identity.json
30_add_column_simple_up.json
31_unset_not_null.json
32_sql_on_complete.json
33_rename_check_constraint.json
34_create_events_table.json
35_alter_column_multiple.json
36_set_comment_to_null.json
37_create_partial_index.json
38_create_hash_index_with_fillfactor.json
39_add_column_with_multiple_pk_in_table.json
40_create_enum_type.json
41_add_enum_column.json
42_create_unique_index.json
43_create_tickets_table.json
44_add_table_unique_constraint.json
45_add_table_check_constraint.json
46_alter_column_drop_default.json
47_add_table_foreign_key_constraint.json
48_drop_tickets_check.json
49_unset_not_null_on_indexed_column.json