mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 17:46:41 +00:00
Xmysql is now NocoDB (An Open Source Airtable alternative)
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
export default {
|
||||
'ID': {},
|
||||
'ForeignKey': {},
|
||||
'SingleLineText': {w: '150px'},
|
||||
'LongText': {w: '400px'},
|
||||
'Attachment': {},
|
||||
'Checkbox': {},
|
||||
'MultiSelect': {w: '150px'},
|
||||
'SingleSelect': {},
|
||||
'Collaborator': {},
|
||||
'Date': {},
|
||||
'Year': {},
|
||||
'Time': {},
|
||||
'PhoneNumber': {},
|
||||
'Email': {},
|
||||
'URL': {},
|
||||
'Number': {},
|
||||
'Decimal': {},
|
||||
'Currency': {},
|
||||
'Percent': {},
|
||||
'Duration': {},
|
||||
'Rating': {},
|
||||
'Formula': {},
|
||||
'Rollup': {},
|
||||
'Count': {},
|
||||
'Lookup': {},
|
||||
'DateTime': {},
|
||||
'CreateTime': {},
|
||||
'LastModifiedTime': {},
|
||||
'AutoNumber': {},
|
||||
'Barcode': {},
|
||||
'Button': {},
|
||||
}
|
||||
Reference in New Issue
Block a user