0

when i try to create table with my sets of data and it created with this warings message. acctualy am a beginer to sql i want learn please help me guys.screen shot for refernce

create schema test; >>first i created schema

use test; >> then i pointed on test database

create table jail(tid int(100),tname varchar(20),punishment int(20)); i tried to create "jail"table under "test"schema,jail table created with warning message

  • Does this answer your question? [MYSQL - Warning: #1681 Integer display width is deprecated](https://stackoverflow.com/questions/58938358/mysql-warning-1681-integer-display-width-is-deprecated) – Kristian Dec 02 '22 at 07:36

0 Answers0