Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in tinyint
Converting data_type of many fields from bit to tinyint
May 25, 2026
mysql
bit
tinyint
MySQL tinyint to boolean
Feb 26, 2026
mysql
sql
where-clause
sqldatatypes
tinyint
How can a javax.persistence.Column be defined as an Unsigned TINYINT?
Feb 04, 2026
java
mysql
jpa
unsigned
tinyint
Does it make a difference in SQL Server whether to use a TinyInt or Bit? Both in size and query performance
Feb 03, 2026
sql
sql-server
sql-server-2012
database-administration
tinyint
Is there an advantage on setting tinyint fields when I know that the value will not exceed 255?
Nov 27, 2025
sql
sql-server
int
sqldatatypes
tinyint
asp.net mvc linq sql problem
Nov 25, 2025
asp.net-mvc
linq-to-sql
auto-increment
tinyint
MySQL TINYINT(1) versus BIT(1)
Sep 29, 2022
mysql
bit
tinyint
Use TinyInt to hide/show controls?
Dec 25, 2021
c#
enums
visibility
tinyint
Appropriate data field type for true/false value?
Oct 19, 2022
mysql
integer
storage
tinyint
datafield
Why can't tinyint store more than the number 255 in MySQL?
Sep 01, 2017
mysql
tinyint
Limit the value of a MySQL datatype to a specific range (preferably not ENUM)
May 09, 2019
mysql
enums
range
sqldatatypes
tinyint
Incorrect mapping of mysql tinyint(2) as boolean with doctrine
Dec 09, 2019
symfony
doctrine
dbal
tinyint
doctrine-dbal
Change tinyint default value into 1 mysql
Sep 15, 2022
mysql
database
tinyint
SQL: Is it efficient to use tinyint instead of Integer if my max value is 255?
Sep 23, 2022
sql
sql-server
integer
sqldatatypes
tinyint
How to create a column of type tinyint(2) or tinyint(3) in Ruby on Rails?
Sep 28, 2022
mysql
ruby-on-rails
rails-migrations
tinyint
enum('yes', 'no') vs tinyint -- which one to use?
Sep 15, 2022
mysql
boolean
tinyint
TINYINT vs ENUM(0, 1) for boolean values in MySQL
Sep 03, 2022
php
mysql
enums
tinyint
Which is faster: char(1) or tinyint(1) ? Why?
Sep 02, 2022
mysql
char
tinyint
MySQL Boolean "tinyint(1)" holds values up to 127?
Aug 30, 2022
mysql
boolean
tinyint
Older Entries »