create table interfaces (
  name text not null,
  plural text not null,
  description text,
  deprecation ,
  fields ,
  attributes 
);