Is this supported? I'm attempting to create a table but am getting a syntax error when compiling.
private static final String ROOM_CREATE =
"create table room (_id integer primary key autoincrement, " +
"facility integer not null, FORIEGN KEY (facility) REFERENCES facility(_id));";