Skip to content

Commit

Permalink
Placeholder property type constants
Browse files Browse the repository at this point in the history
  • Loading branch information
twalder-docnet committed Dec 7, 2015
1 parent c054ca9 commit 4a44eeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GDS/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ class Schema
const PROPERTY_DATETIME = 3;
const PROPERTY_DOUBLE = 4;
const PROPERTY_FLOAT = 4; // FLOAT === DOUBLE
const PROPERTY_BLOB = 5;
const PROPERTY_BOOLEAN = 10; // 10 types of people...
const PROPERTY_STRING_LIST = 20;
const PROPERTY_INTEGER_LIST = 21;
const PROPERTY_ENTITY = 30;
const PROPERTY_KEY = 40;
const PROPERTY_DETECT = 99; // used for auto-detection

/**
Expand Down

0 comments on commit 4a44eeb

Please sign in to comment.