Dec 05, 2005

MySQLのデータ型

DBIでやることといえば、

データベースのテーブルにデータを追加
HTMLの各ページにたとえば5つ分のデータを整理して表示
ひとつのフィールドから語句検索

というようなことだ。

MySQLのデータ型は単純である。文章のデータが主なのであまり整数計算することはない。

int(整数) idや表示順。auto_incrementする。
text ほとんどのフィールドはtext型
datetime 書き込み日時取得

NOT NULLの属性を持たせる。
あとは書き込み者の端末のIPその他の環境変数を格納するフィールド。

とても単純な道のりのように見える(^^;;)。

Edit this entry...

wikieditish message: Ready to edit this entry.

If you want to upload the jpeg file:


Rename file_name:

Add comment(Comment is NOT appear on this page):
















A quick preview will be rendered here when you click "Preview" button.