[Tep-j-general] Re: Multiple shipping address の設置

Zurück zum Archiv-Index

Seiji Sogabe sogab****@alles*****
2006年 1月 25日 (水) 19:41:38 JST


曽我部です。


narunaru_tk****@ybb***** wrote:
> 加東です
> 初歩的な質問で大変申し訳ないのですが
> 
> STEP 1の
> SQL applcation経由でこのsqlコードを加えてください:
> ALTER TABLE `orders` ADD `paid_order` TINYINT( 1 ) DEFAULT '1' NOT NULL;
> 
> テーブルの追加だとは思うのですが、追加の方法がわからず進むことができなくなって
> しまい、質問させていただきました。

C:\mysql\bin\mysql -u ユーザ名 データベース名 -p
Enter password: パスワード

Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1938 to server version: 4.0.25

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> ALTER TABLE `orders` ADD `paid_order` TINYINT( 1 ) DEFAULT '1' NOT NULL;

Googleで検索すればいろんなサイトで説明していますよ。
まずは、自分で調べてみましょう。

-- 
sogab****@alles*****



Tep-j-general メーリングリストの案内
Zurück zum Archiv-Index