質問編集履歴

2

修正2

2017/03/15 08:28

投稿

tomoyuki123
tomoyuki123

スコア273

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  ```sql
26
26
 
27
- ALTER TABLE table_name ADD product_id int(11) AFTER id;
27
+ ALTER TABLE table_name ADD maker_id int(11) AFTER id;
28
28
 
29
29
  ```
30
30
 
@@ -34,7 +34,7 @@
34
34
 
35
35
  ```sql
36
36
 
37
- ALTER TABLE table_name ADD product_id int(11);
37
+ ALTER TABLE table_name ADD maker_id int(11);
38
38
 
39
39
  ```
40
40
 

1

修正

2017/03/15 08:28

投稿

tomoyuki123
tomoyuki123

スコア273

test CHANGED
File without changes
test CHANGED
@@ -13,8 +13,6 @@
13
13
  | id | smallint(6) | NO | PRI | 0 | |
14
14
 
15
15
  | name | text | YES | | NULL | |
16
-
17
- | rank | smallint(6) | NO | | 0 | |
18
16
 
19
17
  +-------+-------------+------+-----+---------+-------+
20
18