crate table Game(
isOn boolean,
playHour int,
isOff boolean,
constraint ck_isOn_hour check ( ? )
);
Constraint : playHour is NULL w