Create table "schema"."mytable"(tableid number not null enable)

In the above sql statement, what does enable means?
what is the effect on this?

Thanks!