Updates
This commit is contained in:
@@ -68,6 +68,16 @@ const DataTypes = [
|
||||
value: "0-255",
|
||||
description: "LONGTEXT is just text with max length 4,294,967,295",
|
||||
},
|
||||
{
|
||||
title: "OPTIONS",
|
||||
name: "ENUM",
|
||||
description: "String options to be selected from",
|
||||
},
|
||||
{
|
||||
title: "BOOLEAN",
|
||||
name: "BOOLEAN",
|
||||
description: "True or False. Represented in the database as 0 or 1",
|
||||
},
|
||||
{
|
||||
title: "DECIMAL",
|
||||
name: "DECIMAL",
|
||||
|
||||
Reference in New Issue
Block a user