Created
March 26, 2016 09:17
-
-
Save badri/52dc84ade9561175857d to your computer and use it in GitHub Desktop.
ascii table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|----------------+---------------------------------------------------------------------------------------------------------------------| | |
| id | field id | | |
| field_name | field machine name | | |
| type | field type | | |
| module | The module that implements this field | | |
| active | Whether the module above is enabled | | |
| storage_type | The storage backend for this field. This is almost always field_sql_storage | | |
| storage_module | The module that implements the storage backend for this field. Mostly field_sql_storage again. | | |
| storage_active | Whether the storage backend module specified above is enabled. | | |
| locked | ??? | | |
| data | data associated with the field, like field specific settings, any schema information associated with the field etc. | | |
| cardinality | number of elements of the field in a bundle, a -1 indicates unlimited number of elements. | | |
| translatable | ??? | | |
| deleted | ??? | | |
|----------------+---------------------------------------------------------------------------------------------------------------------| |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment