mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-25 11:09:11 +00:00
Allow Custom Data Types
This commit is contained in:
parent
0366bb8ea9
commit
f0ddf4ac71
@ -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) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user