My Project
ContentContract Class Reference

Data Fields

const DATA_TYPE_INT = 'int'
 
const DATA_TYPE_TEXT = 'text'
 
const DATA_TYPE_DATETIME = 'datetime'
 
const TABLE
 
const SCHEMA
 
const const TYPE
 

Field Documentation

◆ DATA_TYPE_DATETIME

const DATA_TYPE_DATETIME = 'datetime'

◆ DATA_TYPE_INT

const DATA_TYPE_INT = 'int'

◆ DATA_TYPE_TEXT

const DATA_TYPE_TEXT = 'text'

◆ SCHEMA

const SCHEMA
Initial value:
= [
'customers' => [
'id' => 'customerid'

◆ TABLE

const TABLE
Initial value:
= [
'customers' => 'customers'
]

◆ TYPE

const const TYPE
Initial value:
= [
'customers' => [
'id' => self::DATA_TYPE_INT

The documentation for this class was generated from the following file: