Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はphpbbで作業しており、これを使用しています。
phpbb_topics に追加
Field: poll_show_votes Type: TINYINT Length/Values: 2 Attribute: UNSIGNED Null: not null Default: 0
phpmyadmin でそれを行う方法はわかりましたが、それを SQL クエリに変換する方法がわかりません。
誰かが私がこれを行う方法を説明してください。
ALTER table phpbb_topics ADD poll_show_votes TINYINT(2) UNSIGNED NOT NULL DEFAULT 0