MySQL - Size Limits to Integer Columns
问题 I'm using phpMyAdmin to create my table structures. I can read from the documentation pages on MySQL about size limits for Integer Types: MySQL Integer Types Reference So here is where I'm getting a little confused with creating a column. I want to create a column in the table: tbl_note_categories called notescounter I don't foresee myself creating thousands of noteids in the tbl_notes with any specific categoryid . But I do believe I'd create hundreds of notes to each categoryid. I'm at that