ねこげっとぷれす NEKOGET PNESKINの開発等PHPな話題を中心に書いていこうと思います。 メニューとウィジェット CREATE TABLE IF NOT EXISTS <code>news</code> ( <code>news_id</code> int(11) NOT NULL AUTO_INCREMENT, <code>news_title</code> varchar(255) NOT NULL, <code>news_text</code> text NOT NULL, <code>news_created_at</code> datetime NOT NULL DEFAULT '0000-00-00 00:00:00', <code>news_updated_at</code> datetime NOT NULL DEFAULT '0000-00-00 00:00