Skip to content

Instantly share code, notes, and snippets.

@dsoares
Forked from havvg/MyModel.php
Created March 7, 2017 20:06
Show Gist options
  • Select an option

  • Save dsoares/b8c01ef8dc213d5adf4a9aa20da68cb3 to your computer and use it in GitHub Desktop.

Select an option

Save dsoares/b8c01ef8dc213d5adf4a9aa20da68cb3 to your computer and use it in GitHub Desktop.
true MySQL ENUM with Propel
<?xml version="1.0" encoding="UTF-8"?>
<!-- ... -->
<column name="type" type="enum" valueSet="IN,OUT" sqlType="ENUM('IN','OUT')" required="true" />
<!-- ... -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment