You are here

public static function PropertyTypeInterface::schema in Entity Construction Kit (ECK) 7.3

Schema.

7 methods override PropertyTypeInterface::schema()
BlobPropertyType::schema in ./eck.property_type.inc
Schema.
DateTimePropertyType::schema in ./eck.property_type.inc
Schema.
DecimalPropertyType::schema in ./eck.property_type.inc
Schema.
FixedSizeTextPropertyType::schema in ./eck.property_type.inc
Schema.
IntegerPropertyType::schema in ./eck.property_type.inc
Schema.

... See full list

File

./eck.property_type.inc, line 144
Property types.

Class

PropertyTypeInterface
Generic types supported by schema api 'varchar', 'char', 'int', 'serial', 'float', 'numeric', 'text', 'blob' or 'datetime'

Code

public static function schema();