Allow Custom Data Types

This commit is contained in:
Adileo Barone 2024-05-16 10:36:30 +02:00
parent 0366bb8ea9
commit f0ddf4ac71

View File

@ -42,6 +42,7 @@ export default function TableField({ data, tid, index }) {
</Col>
<Col span={8}>
<Select
allowCreate={true}
className="w-full"
optionList={[
...sqlDataTypes.map((value) => ({